Skip to content

Commit 15559a4

Browse files
Updates
1 parent 595316c commit 15559a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/hyprland-dotfiles.dotinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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",

dotfiles/.config/nwg-dock-hyprland/launch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ echo ":: Using Dock Theme $DOCK_THEME"
1313
if [ ! -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"
1717
else
1818
echo ":: Dock disabled"
1919
fi

0 commit comments

Comments
 (0)