diff options
| author | caley <u65487754@gmail.com> | 2026-05-11 23:53:38 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-11 23:53:38 +0000 |
| commit | f4ac5876e4c71a1c34ab0c621f5eb5ac82add92e (patch) | |
| tree | bd3e4a031bad9485446a5d517915a14eaa526671 /.config/waybar/themes | |
| parent | 7e68c13c6d8224b81f79c8336443ddb87cf82aff (diff) | |
added a great waybar config cigar
Diffstat (limited to '.config/waybar/themes')
| -rw-r--r-- | .config/waybar/themes/cigar/config | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/.config/waybar/themes/cigar/config b/.config/waybar/themes/cigar/config new file mode 100644 index 0000000..7d34b57 --- /dev/null +++ b/.config/waybar/themes/cigar/config @@ -0,0 +1,52 @@ +{ + "layer": "top", + "position": "top", + "height": 22, + "width": 820, + "spacing": 0, + "margin-bottom": 0, + "margin-top": 6, + "exclusive": true, + "output": "HDMI-A-1", + + "modules-left": [ + "hyprland/workspaces" + ], + "modules-center": [ + "hyprland/window" + ], + "modules-right": [ + "clock" + ], + + "hyprland/workspaces": { + "format": "{icon}", + "format-icons": { + "1": "一", + "2": "二", + "3": "三", + "4": "四", + "5": "五", + "6": "六", + "7": "七", + "8": "八", + "9": "九", + "10": "十" + }, + "on-click": "activate", + "sort-by-number": true, + "all-outputs": true + }, + + "hyprland/window": { + "format": "{}", + "separate-outputs": true, + "max-length": 50 + }, + + "clock": { + "format": "{:%d/%m | %H:%M:%S}", + "interval": 1, + "tooltip": false + } +} |
