File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dotfiles/.config/nwg-dock-hyprland Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22 "name": "ML4W Dotfiles for Hyprland DEV",
33 "id": "com.ml4w.dotfiles.dev",
44 "description": "Advanced configuration for the dynamic tiling window manager Hyprland",
5- "version":"2.9.9.3 DEV",
5+ "version":"2.9.9.4 DEV",
66 "author": "Stephan Raabe",
77 "homepage": "https://mylinuxforwork.github.io/dotfiles/",
88 "dependencies": "https://mylinuxforwork.github.io/dotfiles/getting-started/dependencies",
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ echo ":: Using Dock Theme $DOCK_THEME"
1313if [ ! -f $HOME /.config/ml4w/settings/dock-disabled ]; then
1414 killall nwg-dock-hyprland
1515 sleep 0.5
16- nwg-dock-hyprland -i 32 -w 5 -mb 10 -x -s themes/glass /style.css -c " $HOME /.config/hypr/scripts/launcher.sh"
16+ nwg-dock-hyprland -i 32 -w 5 -mb 10 -x -s themes/$DOCK_THEME /style.css -c " $HOME /.config/hypr/scripts/launcher.sh"
1717else
1818 echo " :: Dock disabled"
1919fi
You can’t perform that action at this time.
0 commit comments