diff options
author | Adam Stück <adam@adast.xyz> | 2023-04-28 20:37:41 +0200 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-04-28 20:37:41 +0200 |
commit | b7b0887f88ffa4dd63a85aaa27d305db18555675 (patch) | |
tree | 06fccaa5cab6dc9bb5a23558f34a35dc1257627f /.config/waybar | |
parent | 1abce784cf269fd98ee5faa09e52ba642f2e61ec (diff) |
drop unused configs
Diffstat (limited to '.config/waybar')
-rw-r--r-- | .config/waybar/config | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.config/waybar/config b/.config/waybar/config deleted file mode 100644 index 94fe484..0000000 --- a/.config/waybar/config +++ /dev/null @@ -1,16 +0,0 @@ -{ - "layer": "bottom", - "modules-left": ["sway/workspaces", "sway/mode"], - "modules-center": ["sway/window"], - "modules-right": ["battery", "pulseaudio", "network", "clock", "tray"], - "sway/window": { - "max-length": 50 - }, - "battery": { - "format": "{capacity}% {icon}", - "format-icons": ["", "", "", "", ""] - }, - "clock": { - "format-alt": "{:%a, %d. %b %H:%M}" - } -} |