Preserve waybar comments and install.sh exec bit
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
{
|
{
|
||||||
"output": "{{ .out }}",
|
"output": "{{ .out }}",
|
||||||
"layer": "top",
|
"layer": "top", // Waybar at top layer
|
||||||
"position": "left",
|
"position": "left", // Waybar position (top|bottom|left|right)
|
||||||
"width": 44,
|
"width": 44, // Waybar width
|
||||||
|
// Choose the order of the modules
|
||||||
"modules-left": ["clock", "pulseaudio"],
|
"modules-left": ["clock", "pulseaudio"],
|
||||||
"modules-center": ["sway/workspaces"],
|
"modules-center": ["sway/workspaces"],
|
||||||
"modules-right": ["tray", "battery", "custom/power"],
|
"modules-right": ["tray", "battery", "custom/power"],
|
||||||
|
|||||||
@@ -35,6 +35,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"pulseaudio": {
|
"pulseaudio": {
|
||||||
|
// "scroll-step": 1, // %, can be a float
|
||||||
"format": "{icon}\n{volume}",
|
"format": "{icon}\n{volume}",
|
||||||
"format-muted": "",
|
"format-muted": "",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
|
|||||||
Reference in New Issue
Block a user