diff options
| author | DevNChill <169875752+DevNChill@users.noreply.github.com> | 2024-08-28 18:19:30 +0530 |
|---|---|---|
| committer | DevNChill <169875752+DevNChill@users.noreply.github.com> | 2024-08-28 18:19:30 +0530 |
| commit | 3117c7290574a3661cf14a403b7b30f984883fcc (patch) | |
| tree | 7cfc644a5437e234b8838c528c3b1c97ef790ff5 /config/waybar/configs | |
| parent | 09bef3916d3c7225671f96fd7a8f77f5fab22f19 (diff) | |
Added new style module , style and config for waybar everforest themed
Diffstat (limited to 'config/waybar/configs')
| -rw-r--r-- | config/waybar/configs/customforeverforest | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/config/waybar/configs/customforeverforest b/config/waybar/configs/customforeverforest new file mode 100644 index 00000000..e58aba03 --- /dev/null +++ b/config/waybar/configs/customforeverforest @@ -0,0 +1,58 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + +// ### Minimal - Long ### // + +{ +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +//"spacing": 6, +"fixed-center": true, +"ipc": true, +//"margin-top": 3, +//"margin-left": 8, +//"margin-right": 8, + +"modules-left": [ + "custom/arch", + "custom/separator#blank_2", + "hyprland/workspaces#rw", + "custom/separator#blank_2", +// "mpris", + "custom/swaync", + "tray", + ], +"modules-center": [ + "clock", + "idle_inhibitor", + ], +"modules-right": [ + "group/motherboard", + "custom/separator#blank_2", + "group/laptop", + "custom/separator#blank_2", + "group/audio", + ], + "custom/arch": { + "format":" ", + "tooltip": false, + "on-click": "rofi -show drun" + }, + "clock": { + "format": "{:%A %d.%m.%Y - %H:%M}", + "tooltip-format": "<span color='#D3C6AA' size='larger'>{:%Y %B}</span>\n<tt>{calendar}</tt>", + "calendar-weeks-pos": "right", + "today-format": "<span color='#E67E80' weight='ultrabold'>{}</span>", + "format-calendar": "<span color='#D3C6AA' weight='normal'>{}</span>", + "format-calendar-weeks": "<span color='#7FBBB3'><b>W{:%V}</b></span>", + "format-calendar-weekdays": "<span color='#A7C080'><b>{}</b></span>", + "on-scroll": { + "calendar": 1 + } + }, + +} + |
