added nwg-dock

main
The_miro 2025-02-22 20:41:48 +01:00
parent 8a89f792b8
commit 86260673cb
3 changed files with 63 additions and 3 deletions

View File

@ -202,8 +202,8 @@ bind = $mainMod, K, killactive,
bind = $mainMod, M, exec, $editor bind = $mainMod, M, exec, $editor
bind = $mainMod, F, exec, $fileManager bind = $mainMod, F, exec, $fileManager
bind = $mainMod, V, togglefloating, bind = $mainMod, V, togglefloating,
bind = $mainMod, H, movecurrentworkspacetomonitor #bind = $mainMod, H, movecurrentworkspacetomonitor
bind = $mainMod, D, pseudo, # dwindle bind = $mainMod, H, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle bind = $mainMod, J, togglesplit, # dwindle
bind = $mainMod, L, exec, hyprctl dispatch exit 1 bind = $mainMod, L, exec, hyprctl dispatch exit 1
#bind = $mainMod, A, exec, killall waybar ; waybar #bind = $mainMod, A, exec, killall waybar ; waybar
@ -302,6 +302,14 @@ bind = $mainMod SHIFT, right, movewindow, r
bind = $mainMod SHIFT, up, movewindow, u bind = $mainMod SHIFT, up, movewindow, u
bind = $mainMod SHIFT, down, movewindow, d bind = $mainMod SHIFT, down, movewindow, d
#nwg-dock-hyprland
#binds = $mainMod, D&left, exec, bash nwg-dock-hyprland -mb 15 -d -p left
#binds = $mainMod, D&right, exec, bash nwg-dock-hyprland -mb 15 -d -p right
#binds = $mainMod, D&up, exec, bash nwg-dock-hyprland -mb 15 -d -p top
#binds = $mainMod, D&down, exec, bash nwg-dock-hyprland -mb 15 -d -p bottom
#GROUPS #GROUPS
bind = $mainMod ALT, C, togglegroup, bind = $mainMod ALT, C, togglegroup,
@ -384,6 +392,7 @@ windowrulev2 = opacity 0.8 0.3, initialTitle:Spotify
windowrulev2 = float, initialTitle:Spotify windowrulev2 = float, initialTitle:Spotify
windowrulev2 = noblur, initialTitle:Spotify windowrulev2 = noblur, initialTitle:Spotify
layerrule = ignorezero, nwg-dock
#sefix #sefix
#windowrulev2 = float, class:Spaceengineers #windowrulev2 = float, class:Spaceengineers
@ -432,3 +441,4 @@ exec-once=bash swww img ~/Pictures/background.jpg && swww restore
#exec-once=[workspace special:magic silent; float; move 10% 10%; size 70% 70%] kitty #exec-once=[workspace special:magic silent; float; move 10% 10%; size 70% 70%] kitty
exec-once=[workspace special:magic silent] kitty exec-once=[workspace special:magic silent] kitty
exec-once=nwg-dock-hyprland -mb 15 -d -p bottom

View File

@ -0,0 +1,50 @@
* {
font-family: Agave Nerd Font Mono, Arial, sans-serif;
border-radius: 15px;
font-size: 10pt;
}
window {
color: #E40046;
border: solid;
border-width: 4px;
border-radius: 35px;
background-color: #1a1a1a;
margin-bottom: 10px;
padding: 5px
}
#box {
/* Define attributes of the box surrounding icons here */
padding: 5px;
}
#active {
}
button, image {
background: none;
border-style: none;
box-shadow: none;
color: #999
}
button {
padding: 4px;
margin-left: 4px;
margin-right: 4px;
color: #eee;
font-size: 12px
}
button:hover {
background-color: rgba(255, 255, 255, 0.15);
border-radius: 2px;
}
button:focus {
box-shadow: none
}

View File

@ -20,7 +20,7 @@ sudo systemctl enable NetworkManager.service
#AUR list #AUR list
echo "Installing AUR packages" echo "Installing AUR packages"
No | LANG=C yay -Syu --noprovides --answerdiff None --answerclean None --mflags "--noconfirm" hyprland-git hyprland-workspaces bluetuith tio fast-ssh uftpd No | LANG=C yay -Syu --noprovides --answerdiff None --answerclean None --mflags "--noconfirm" hyprland-git hyprland-workspaces bluetuith tio fast-ssh uftpd nwg-dock-hyprland
#eww compilation #eww compilation
echo "compiling EWW" echo "compiling EWW"