diff --git a/desktopenvs/hyprland/hypr/hyprland.conf b/desktopenvs/hyprland/hypr/hyprland.conf index b5efc9b..2f19dff 100644 --- a/desktopenvs/hyprland/hypr/hyprland.conf +++ b/desktopenvs/hyprland/hypr/hyprland.conf @@ -202,8 +202,8 @@ bind = $mainMod, K, killactive, bind = $mainMod, M, exec, $editor bind = $mainMod, F, exec, $fileManager bind = $mainMod, V, togglefloating, -bind = $mainMod, H, movecurrentworkspacetomonitor -bind = $mainMod, D, pseudo, # dwindle +#bind = $mainMod, H, movecurrentworkspacetomonitor +bind = $mainMod, H, pseudo, # dwindle bind = $mainMod, J, togglesplit, # dwindle bind = $mainMod, L, exec, hyprctl dispatch exit 1 #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, 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 bind = $mainMod ALT, C, togglegroup, @@ -384,6 +392,7 @@ windowrulev2 = opacity 0.8 0.3, initialTitle:Spotify windowrulev2 = float, initialTitle:Spotify windowrulev2 = noblur, initialTitle:Spotify +layerrule = ignorezero, nwg-dock #sefix #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] kitty +exec-once=nwg-dock-hyprland -mb 15 -d -p bottom diff --git a/desktopenvs/hyprland/nwg-dock-hyprland/style.css b/desktopenvs/hyprland/nwg-dock-hyprland/style.css new file mode 100644 index 0000000..5feaf3e --- /dev/null +++ b/desktopenvs/hyprland/nwg-dock-hyprland/style.css @@ -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 +} diff --git a/hyprland-eww-wofi-installer.sh b/hyprland-eww-wofi-installer.sh index 040507a..3ca9d1a 100644 --- a/hyprland-eww-wofi-installer.sh +++ b/hyprland-eww-wofi-installer.sh @@ -20,7 +20,7 @@ sudo systemctl enable NetworkManager.service #AUR list 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 echo "compiling EWW"