bumps for laptop

This commit is contained in:
Chris Cochrun 2021-07-05 13:15:44 -05:00
parent 81a8ca2b4e
commit c49eed3c48
11 changed files with 39 additions and 22 deletions

View file

@ -4,7 +4,7 @@
"height": 25, // Waybar height (to be removed for auto height)
// "width": 1280, // Waybar width
// Choose the order of the modules
"modules-left": ["sway/workspaces", "sway/mode", "sway/window"],
"modules-left": ["sway/workspaces", "river/tags", "sway/mode", "sway/window"],
"modules-center": ["clock"],
"modules-right": ["pulseaudio", "network", "cpu", "memory", "battery", "battery#bat2", "tray"],
"margin-top": 5,
@ -25,6 +25,9 @@
"default": ""
}
},
"river/tags": {
"num-tags": 5
},
"sway/mode": {
"format": "<span style=\"italic\"> {}</span>"
},