waybar: rename config file
This commit is contained in:
@@ -7,15 +7,8 @@
|
||||
"disk",
|
||||
"sway/mode"
|
||||
],
|
||||
"modules-center": [
|
||||
"clock"
|
||||
],
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"pulseaudio",
|
||||
"sway/language",
|
||||
"network"
|
||||
],
|
||||
"modules-center": ["clock"],
|
||||
"modules-right": ["tray", "pulseaudio", "sway/language", "network"],
|
||||
"sway/workspaces": {
|
||||
"all-output": true,
|
||||
"format": "{index}"
|
||||
@@ -38,11 +31,7 @@
|
||||
},
|
||||
"pulseaudio": {
|
||||
"format": "{icon} {volume}%",
|
||||
"format-icons": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"format-icons": ["", "", ""],
|
||||
"format-muted": " 0%",
|
||||
"tooltip": false
|
||||
},
|
||||
@@ -2,4 +2,4 @@
|
||||
|
||||
killall waybar
|
||||
|
||||
waybar
|
||||
waybar -c ~/.config/waybar/config.json -s ~/.config/waybar/style.css
|
||||
|
||||
Reference in New Issue
Block a user