This commit is contained in:
Stephan Raabe 2023-12-26 11:19:47 +01:00
parent 97cfa63fc5
commit 7a8de31afe
4 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
_getHeader "$name" "$author" _getHeader "$name" "$author"
echo "Hide or Show the systray in ML4W waybar themes." echo "Hide or show the systray in ML4W waybar themes."
# Define File # Define File
targetFile1="$HOME/dotfiles/waybar/themes/ml4w/config" targetFile1="$HOME/dotfiles/waybar/themes/ml4w/config"

View File

@ -35,7 +35,9 @@
"custom/settings", "custom/settings",
"custom/waybarthemes", "custom/waybarthemes",
"custom/wallpaper", "custom/wallpaper",
// START TASK TOOGLE
"wlr/taskbar", "wlr/taskbar",
// END TASK TOOGLE
"group/quicklinks", "group/quicklinks",
"hyprland/window" "hyprland/window"
], ],

View File

@ -35,7 +35,9 @@
"custom/settings", "custom/settings",
"custom/waybarthemes", "custom/waybarthemes",
"custom/wallpaper", "custom/wallpaper",
// START TASK TOOGLE
"wlr/taskbar", "wlr/taskbar",
// END TASK TOOGLE
"group/quicklinks", "group/quicklinks",
"hyprland/window" "hyprland/window"
], ],

View File

@ -35,7 +35,9 @@
"custom/settings", "custom/settings",
"custom/waybarthemes", "custom/waybarthemes",
"custom/wallpaper", "custom/wallpaper",
// START TASK TOOGLE
"wlr/taskbar", "wlr/taskbar",
// END TASK TOOGLE
"group/quicklinks", "group/quicklinks",
"hyprland/window" "hyprland/window"
], ],