waybar: rename config file
This commit is contained in:
@@ -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
|
||||||
},
|
},
|
||||||
@@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
killall waybar
|
killall waybar
|
||||||
|
|
||||||
waybar
|
waybar -c ~/.config/waybar/config.json -s ~/.config/waybar/style.css
|
||||||
|
|||||||
Reference in New Issue
Block a user