waybar: rename config file

This commit is contained in:
2024-05-14 19:49:31 +03:00
parent e3fa27fb02
commit facf00fab8
2 changed files with 4 additions and 15 deletions

View File

@@ -7,15 +7,8 @@
"disk", "disk",
"sway/mode" "sway/mode"
], ],
"modules-center": [ "modules-center": ["clock"],
"clock" "modules-right": ["tray", "pulseaudio", "sway/language", "network"],
],
"modules-right": [
"tray",
"pulseaudio",
"sway/language",
"network"
],
"sway/workspaces": { "sway/workspaces": {
"all-output": true, "all-output": true,
"format": "{index}" "format": "{index}"
@@ -38,11 +31,7 @@
}, },
"pulseaudio": { "pulseaudio": {
"format": "{icon} {volume}%", "format": "{icon} {volume}%",
"format-icons": [ "format-icons": ["", "", ""],
"",
"",
""
],
"format-muted": " 0%", "format-muted": " 0%",
"tooltip": false "tooltip": false
}, },

View File

@@ -2,4 +2,4 @@
killall waybar killall waybar
waybar waybar -c ~/.config/waybar/config.json -s ~/.config/waybar/style.css