diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-07 23:18:39 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-07 23:18:39 +0900 |
| commit | 651ab648e13a6f6bdc8183cb31eec55e1dff8ef2 (patch) | |
| tree | 5aaa03534a95efa95358f4745f9863a1a892e011 /config | |
| parent | bd5c91140d042bcd5f4342eeb3c7e97b6fb1c00a (diff) | |
updated modules and Waybar Defaults configs
Diffstat (limited to 'config')
| -rw-r--r-- | config/waybar/configs/Def[Bottom]-Laptop | 2 | ||||
| -rw-r--r-- | config/waybar/configs/Def[TOP]-Laptop | 2 | ||||
| -rw-r--r-- | config/waybar/configs/Default [Bottom] | 2 | ||||
| -rw-r--r-- | config/waybar/configs/Default [TOP] | 2 | ||||
| -rw-r--r-- | config/waybar/modules | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/config/waybar/configs/Def[Bottom]-Laptop b/config/waybar/configs/Def[Bottom]-Laptop index d7b7d18a..47df83c0 100644 --- a/config/waybar/configs/Def[Bottom]-Laptop +++ b/config/waybar/configs/Def[Bottom]-Laptop @@ -1,6 +1,6 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -// ### DEFAULT ### // +// ### DEFAULT Bottom - Laptop### // { "include": "~/.config/waybar/modules", "layer": "top", diff --git a/config/waybar/configs/Def[TOP]-Laptop b/config/waybar/configs/Def[TOP]-Laptop index 8808e762..b322a75b 100644 --- a/config/waybar/configs/Def[TOP]-Laptop +++ b/config/waybar/configs/Def[TOP]-Laptop @@ -1,6 +1,6 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -// ### DEFAULT ### // +// ### DEFAULT Top -Laptop ### // { "include": "~/.config/waybar/modules", "layer": "top", diff --git a/config/waybar/configs/Default [Bottom] b/config/waybar/configs/Default [Bottom] index 1e1e5abf..35ff7f2d 100644 --- a/config/waybar/configs/Default [Bottom] +++ b/config/waybar/configs/Default [Bottom] @@ -1,6 +1,6 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -// ### DEFAULT ### // +// ### DEFAULT Bottom ### // { "include": "~/.config/waybar/modules", "layer": "top", diff --git a/config/waybar/configs/Default [TOP] b/config/waybar/configs/Default [TOP] index acce267f..69e10467 100644 --- a/config/waybar/configs/Default [TOP] +++ b/config/waybar/configs/Default [TOP] @@ -1,6 +1,6 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -// ### DEFAULT ### // +// ### DEFAULT - Top ### // { "include": "~/.config/waybar/modules", "layer": "top", diff --git a/config/waybar/modules b/config/waybar/modules index 7d08724e..093d1888 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -446,7 +446,7 @@ "custom/cycle_wall":{ "format":" ", "on-click": "~/.config/hypr/scripts/WallpaperSelect.sh", - "on-click-right": "~/.config/hypr/scripts/Wallpaper.sh swww", + "on-click-right": "~/.config/hypr/scripts/Wallpaper.sh", "on-click-middle": "~/.config/hypr/scripts/WaybarStyles.sh", "tooltip": true, "tooltip-format": "Change wallpaper or style" @@ -471,7 +471,7 @@ "format": "", "on-click": "~/.config/hypr/scripts/DarkLight.sh", "on-click-right": "~/.config/hypr/scripts/WaybarStyles.sh", - "on-click-middle": "~/.config/hypr/scripts/Wallpaper.sh swww", + "on-click-middle": "~/.config/hypr/scripts/Wallpaper.sh", "tooltip": false, }, |
