diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-13 13:47:14 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-13 13:47:14 +0900 |
| commit | dbcc1a94cb216e537941f61cd4b53fda6a450cfd (patch) | |
| tree | 8f7ff46a97ba62782c8408e4905747f4ce862b1f /config/waybar/configs | |
| parent | 958f4b5516d7a4f90664a335ff7a86bc7aaa86e9 (diff) | |
Major Rename on some waybar styles and layouts incorporating my avatar :)
In addition, I have added 2 new waybar layouts (ClassySleek Top and Bottom) and Waybar Syles Combining Pywal and Catppuccin Latte hence the word Fusion ;)
Diffstat (limited to 'config/waybar/configs')
| -rw-r--r-- | config/waybar/configs/ClassySleek [Bottom] | 46 | ||||
| -rw-r--r-- | config/waybar/configs/ClassySleek [TOP] | 46 | ||||
| -rw-r--r-- | config/waybar/configs/EastWing [Right] (renamed from config/waybar/configs/Right) | 0 | ||||
| -rw-r--r-- | config/waybar/configs/Minimalist Stretch [TOP] (renamed from config/waybar/configs/Simple-L [TOP]) | 0 | ||||
| -rw-r--r-- | config/waybar/configs/Minimalist [TOP] (renamed from config/waybar/configs/Simple-S [TOP]) | 0 | ||||
| -rw-r--r-- | config/waybar/configs/NorthEast [TR] (renamed from config/waybar/configs/Top & Right) | 0 | ||||
| -rw-r--r-- | config/waybar/configs/NorthWest [TL] (renamed from config/waybar/configs/Top & Left) | 0 | ||||
| -rw-r--r-- | config/waybar/configs/SouthEast [BR] (renamed from config/waybar/configs/Bottom & Left) | 0 | ||||
| -rw-r--r-- | config/waybar/configs/SouthWest [BR] (renamed from config/waybar/configs/Bottom & Right) | 0 | ||||
| -rw-r--r-- | config/waybar/configs/SummitSplit [Top & Bot] (renamed from config/waybar/configs/Top & Bottom) | 0 | ||||
| -rw-r--r-- | config/waybar/configs/WestWing [Left] (renamed from config/waybar/configs/Left) | 0 |
11 files changed, 92 insertions, 0 deletions
diff --git a/config/waybar/configs/ClassySleek [Bottom] b/config/waybar/configs/ClassySleek [Bottom] new file mode 100644 index 00000000..c0f653ec --- /dev/null +++ b/config/waybar/configs/ClassySleek [Bottom] @@ -0,0 +1,46 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + +// ClassySleek + +{ +"include": "~/.config/waybar/modules", +"layer": "top", +"position": "bottom", +"height": 14, +"margin-left": 10, +"margin-right": 10, +"margin-bottom": 2, + +"modules-left": [ + "custom/menu", + "hyprland/window" + +], + +"modules-center": [ + "hyprland/workspaces" +], + +"modules-right": [ + "tray", + "pulseaudio", + "clock", + "custom/power" + + ], + + +// Additional format / customize modules + +"custom/power": { + "format": " ", + "icon-size": 20, + "tooltip": false, +}, + +"clock": { + //"format": "{:%I:%M %p - %d/%b}", //for AM/PM + "format": "{:%H:%M - %d/%b}", // 24H + "tooltip": false +}, +} diff --git a/config/waybar/configs/ClassySleek [TOP] b/config/waybar/configs/ClassySleek [TOP] new file mode 100644 index 00000000..c3cf3c6e --- /dev/null +++ b/config/waybar/configs/ClassySleek [TOP] @@ -0,0 +1,46 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + +// ClassySleek + +{ +"include": "~/.config/waybar/modules", +"layer": "top", +"position": "top", +"height": 14, +"margin-left": 10, +"margin-right": 10, +"margin-top": 2, + +"modules-left": [ + "custom/menu", + "hyprland/window" + +], + +"modules-center": [ + "hyprland/workspaces" +], + +"modules-right": [ + "tray", + "pulseaudio", + "clock", + "custom/power" + + ], + + +// Additional format / customize modules + +"custom/power": { + "format": " ", + "icon-size": 20, + "tooltip": false, +}, + +"clock": { + //"format": "{:%I:%M %p - %d/%b}", //for AM/PM + "format": "{:%H:%M - %d/%b}", // 24H + "tooltip": false +}, +} diff --git a/config/waybar/configs/Right b/config/waybar/configs/EastWing [Right] index 4fc258cf..4fc258cf 100644 --- a/config/waybar/configs/Right +++ b/config/waybar/configs/EastWing [Right] diff --git a/config/waybar/configs/Simple-L [TOP] b/config/waybar/configs/Minimalist Stretch [TOP] index dc519ad9..dc519ad9 100644 --- a/config/waybar/configs/Simple-L [TOP] +++ b/config/waybar/configs/Minimalist Stretch [TOP] diff --git a/config/waybar/configs/Simple-S [TOP] b/config/waybar/configs/Minimalist [TOP] index 1368667c..1368667c 100644 --- a/config/waybar/configs/Simple-S [TOP] +++ b/config/waybar/configs/Minimalist [TOP] diff --git a/config/waybar/configs/Top & Right b/config/waybar/configs/NorthEast [TR] index f2e1fe57..f2e1fe57 100644 --- a/config/waybar/configs/Top & Right +++ b/config/waybar/configs/NorthEast [TR] diff --git a/config/waybar/configs/Top & Left b/config/waybar/configs/NorthWest [TL] index 6fc84642..6fc84642 100644 --- a/config/waybar/configs/Top & Left +++ b/config/waybar/configs/NorthWest [TL] diff --git a/config/waybar/configs/Bottom & Left b/config/waybar/configs/SouthEast [BR] index 27bec456..27bec456 100644 --- a/config/waybar/configs/Bottom & Left +++ b/config/waybar/configs/SouthEast [BR] diff --git a/config/waybar/configs/Bottom & Right b/config/waybar/configs/SouthWest [BR] index 68629cbc..68629cbc 100644 --- a/config/waybar/configs/Bottom & Right +++ b/config/waybar/configs/SouthWest [BR] diff --git a/config/waybar/configs/Top & Bottom b/config/waybar/configs/SummitSplit [Top & Bot] index 5ea91ad7..5ea91ad7 100644 --- a/config/waybar/configs/Top & Bottom +++ b/config/waybar/configs/SummitSplit [Top & Bot] diff --git a/config/waybar/configs/Left b/config/waybar/configs/WestWing [Left] index 1458b43c..1458b43c 100644 --- a/config/waybar/configs/Left +++ b/config/waybar/configs/WestWing [Left] |
