diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-12-10 12:30:45 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-10 12:30:45 +0900 |
| commit | ce56138a3d50b42ee4ef857ed0e76dbefdde5b15 (patch) | |
| tree | 3d4b49b9c4a4209c871d1796e242f8845f54be2d /config/waybar/configs | |
| parent | f21ce059bc23a55138288672887bf50bc5cd2698 (diff) | |
| parent | 8709271a3b0c84174571647e04ecc6ccc40414d0 (diff) | |
Merge pull request #59 from JaKooLit/working-on-it
bump 2.1.18
Diffstat (limited to 'config/waybar/configs')
21 files changed, 37 insertions, 16 deletions
diff --git a/config/waybar/configs/Bottom & Left b/config/waybar/configs/Bottom & Left index ce9f8d77..27bec456 100644 --- a/config/waybar/configs/Bottom & Left +++ b/config/waybar/configs/Bottom & Left @@ -67,6 +67,7 @@ ], "modules-right": [ + "mpris", "tray", "custom/light_dark", ], diff --git a/config/waybar/configs/Bottom & Right b/config/waybar/configs/Bottom & Right index 3687834b..68629cbc 100644 --- a/config/waybar/configs/Bottom & Right +++ b/config/waybar/configs/Bottom & Right @@ -67,6 +67,7 @@ ], "modules-right": [ + "mpris", "tray", "custom/light_dark", ], diff --git a/config/waybar/configs/Camellia [Bottom] b/config/waybar/configs/Camellia [Bottom] index a7b995c9..0e2305a9 100644 --- a/config/waybar/configs/Camellia [Bottom] +++ b/config/waybar/configs/Camellia [Bottom] @@ -20,7 +20,12 @@ //"margin-left": 0, //"margin-right": 0, -"modules-left": ["hyprland/workspaces#cam","custom/separator#line","tray#cam", "wlr/taskbar"], +"modules-left": [ + "hyprland/workspaces#cam", + "custom/separator#line", + "mpris", + "tray#cam", + "wlr/taskbar"], "modules-center": ["hyprland/window#cam"], diff --git a/config/waybar/configs/Camellia [TOP] b/config/waybar/configs/Camellia [TOP] index 2aa21cb5..beeb80bd 100644 --- a/config/waybar/configs/Camellia [TOP] +++ b/config/waybar/configs/Camellia [TOP] @@ -20,7 +20,13 @@ //"margin-left": 0, //"margin-right": 0, -"modules-left": ["hyprland/workspaces#cam","custom/separator#line","tray#cam", "wlr/taskbar"], +"modules-left": [ + "hyprland/workspaces#cam", + "custom/separator#line", + "mpris", + "tray#cam", + "wlr/taskbar" + ], "modules-center": ["hyprland/window#cam"], @@ -31,7 +37,8 @@ "pulseaudio/slider", "battery#cam", "clock#cam", - "network#cam"], + "network#cam" + ], // Additional modules // diff --git a/config/waybar/configs/Chrysanthemum [Bottom] b/config/waybar/configs/Chrysanthemum [Bottom] index d87fd242..68bff674 100644 --- a/config/waybar/configs/Chrysanthemum [Bottom] +++ b/config/waybar/configs/Chrysanthemum [Bottom] @@ -17,7 +17,7 @@ "margin-left": 5, "margin-right": 5, -"modules-left": ["clock#gar","tray"], +"modules-left": ["clock#gar", "mpris", "tray"], "modules-center": ["hyprland/workspaces"], @@ -60,7 +60,7 @@ }, "backlight#gar": { - "device": "intel_backlight", + //"device": "intel_backlight", "format": "{icon} {percent}%", "format-icons": ["", ""] }, diff --git a/config/waybar/configs/Chrysanthemum [TOP] b/config/waybar/configs/Chrysanthemum [TOP] index 9761e87d..b8691847 100644 --- a/config/waybar/configs/Chrysanthemum [TOP] +++ b/config/waybar/configs/Chrysanthemum [TOP] @@ -18,7 +18,7 @@ "margin-right": 5, "margin-top": 0, -"modules-left": ["clock#gar","tray"], +"modules-left": ["clock#gar", "mpris", "tray"], "modules-center": ["hyprland/workspaces"], @@ -62,7 +62,7 @@ }, "backlight#gar": { - "device": "intel_backlight", + //"device": "intel_backlight", "format": "{icon} {percent}%", "format-icons": ["", ""] }, diff --git a/config/waybar/configs/Def[Bottom]-Laptop b/config/waybar/configs/Def[Bottom]-Laptop index 47df83c0..fb8f1483 100644 --- a/config/waybar/configs/Def[Bottom]-Laptop +++ b/config/waybar/configs/Def[Bottom]-Laptop @@ -43,8 +43,8 @@ ], "modules-right": [ - //"hyprland/window", "tray", + "mpris", "custom/separator#dot-line", "bluetooth", "custom/separator#dot-line", diff --git a/config/waybar/configs/Def[TOP]-Laptop b/config/waybar/configs/Def[TOP]-Laptop index b322a75b..d82b0da1 100644 --- a/config/waybar/configs/Def[TOP]-Laptop +++ b/config/waybar/configs/Def[TOP]-Laptop @@ -43,8 +43,8 @@ ], "modules-right": [ - //"hyprland/window", "tray", + "mpris", "custom/separator#dot-line", "bluetooth", "custom/separator#dot-line", diff --git a/config/waybar/configs/Default [Bottom] b/config/waybar/configs/Default [Bottom] index 35ff7f2d..9e520d6a 100644 --- a/config/waybar/configs/Default [Bottom] +++ b/config/waybar/configs/Default [Bottom] @@ -43,8 +43,8 @@ ], "modules-right": [ - //"hyprland/window", "tray", + "mpris", "custom/separator#dot-line", "bluetooth", "custom/separator#dot-line", diff --git a/config/waybar/configs/Default [TOP] b/config/waybar/configs/Default [TOP] index 69e10467..51af0aef 100644 --- a/config/waybar/configs/Default [TOP] +++ b/config/waybar/configs/Default [TOP] @@ -43,8 +43,8 @@ ], "modules-right": [ - //"hyprland/window", "tray", + "mpris", "custom/separator#dot-line", "bluetooth", "custom/separator#dot-line", diff --git a/config/waybar/configs/Gardenia [Bottom] b/config/waybar/configs/Gardenia [Bottom] index 5b5a089c..ce460426 100644 --- a/config/waybar/configs/Gardenia [Bottom] +++ b/config/waybar/configs/Gardenia [Bottom] @@ -20,7 +20,7 @@ "margin-bottom": 5, "width": 768, -"modules-left": ["clock#gar","tray"], +"modules-left": ["clock#gar", "mpris", "tray"], "modules-center": ["hyprland/workspaces#kanji"], diff --git a/config/waybar/configs/Gardenia [TOP] b/config/waybar/configs/Gardenia [TOP] index 358db1cf..293c9852 100644 --- a/config/waybar/configs/Gardenia [TOP] +++ b/config/waybar/configs/Gardenia [TOP] @@ -19,7 +19,7 @@ //"margin-bottom": 5, "width": 768, -"modules-left": ["clock#gar","tray"], +"modules-left": ["clock#gar", "mpris", "tray"], "modules-center": ["hyprland/workspaces#kanji"], diff --git a/config/waybar/configs/Left b/config/waybar/configs/Left index 99c34051..1458b43c 100644 --- a/config/waybar/configs/Left +++ b/config/waybar/configs/Left @@ -25,6 +25,7 @@ ], "modules-right": [ + "mpris", "tray", //"network", "backlight#vertical", diff --git a/config/waybar/configs/Peony [Bottom] b/config/waybar/configs/Peony [Bottom] index 159cf34c..8406c302 100644 --- a/config/waybar/configs/Peony [Bottom] +++ b/config/waybar/configs/Peony [Bottom] @@ -19,7 +19,7 @@ "margin-bottom": 5, "width": 1444, -"modules-left": ["hyprland/workspaces#roman", "tray#peony"], +"modules-left": ["hyprland/workspaces#roman", "mpris", "tray#peony"], "modules-center": ["clock#peony"], diff --git a/config/waybar/configs/Peony [TOP] b/config/waybar/configs/Peony [TOP] index c9e5fce3..037d05ad 100644 --- a/config/waybar/configs/Peony [TOP] +++ b/config/waybar/configs/Peony [TOP] @@ -19,7 +19,7 @@ //"margin-bottom": 5, "width": 1444, -"modules-left": ["hyprland/workspaces#roman", "tray#peony"], +"modules-left": ["hyprland/workspaces#roman", "mpris", "tray#peony"], "modules-center": ["clock#peony"], diff --git a/config/waybar/configs/Right b/config/waybar/configs/Right index 69d47950..4fc258cf 100644 --- a/config/waybar/configs/Right +++ b/config/waybar/configs/Right @@ -25,6 +25,7 @@ ], "modules-right": [ + "mpris", "tray", //"network", "backlight#vertical", diff --git a/config/waybar/configs/Simple-L [TOP] b/config/waybar/configs/Simple-L [TOP] index 8c331e3f..dc519ad9 100644 --- a/config/waybar/configs/Simple-L [TOP] +++ b/config/waybar/configs/Simple-L [TOP] @@ -21,6 +21,7 @@ "custom/separator#blank_2", "hyprland/workspaces#pacman", "custom/separator#blank_2", + "mpris", "tray", ], "modules-center": [ diff --git a/config/waybar/configs/Simple-S [TOP] b/config/waybar/configs/Simple-S [TOP] index d05af599..1368667c 100644 --- a/config/waybar/configs/Simple-S [TOP] +++ b/config/waybar/configs/Simple-S [TOP] @@ -20,7 +20,8 @@ "modules-right": [ "custom/menu", - "tray", + "tray", + "mpris", "network", "bluetooth", "backlight", diff --git a/config/waybar/configs/Top & Bottom b/config/waybar/configs/Top & Bottom index 6b04e5c1..5ea91ad7 100644 --- a/config/waybar/configs/Top & Bottom +++ b/config/waybar/configs/Top & Bottom @@ -67,6 +67,7 @@ "modules-right": [ "hyprland/window", "tray", + "mpris", "keyboard-state", "pulseaudio", //"wireplumber", diff --git a/config/waybar/configs/Top & Left b/config/waybar/configs/Top & Left index e1d13df6..6fc84642 100644 --- a/config/waybar/configs/Top & Left +++ b/config/waybar/configs/Top & Left @@ -63,6 +63,7 @@ ], "modules-right": [ + "mpris", "tray", "custom/light_dark", ], diff --git a/config/waybar/configs/Top & Right b/config/waybar/configs/Top & Right index fd594c6d..f2e1fe57 100644 --- a/config/waybar/configs/Top & Right +++ b/config/waybar/configs/Top & Right @@ -64,6 +64,7 @@ ], "modules-right": [ + "mpris", "tray", "custom/light_dark", ], |
