general updates
This commit is contained in:
parent
19d514e405
commit
1776b30851
10 changed files with 138 additions and 41 deletions
|
@ -4,7 +4,7 @@
|
|||
"height": 30, // Waybar height (to be removed for auto height)
|
||||
// "width": 1280, // Waybar width
|
||||
// Choose the order of the modules "custom/wintitle",
|
||||
"modules-left": ["sway/workspaces", "custom/wintitle", "river/tags", "sway/mode", "sway/window"],
|
||||
"modules-left": ["sway/workspaces", "custom/wintitle", "hyprland/window", "river/tags", "sway/mode", "sway/window"],
|
||||
"modules-center": ["clock"],
|
||||
"modules-right": ["pulseaudio", "network", "memory", "cpu", "battery", "battery#bat2", "tray"],
|
||||
"margin-top": 0,
|
||||
|
@ -30,6 +30,9 @@
|
|||
"river/tags": {
|
||||
"num-tags": 8
|
||||
},
|
||||
"hyprland/window": {
|
||||
"format": "{}"
|
||||
},
|
||||
"sway/mode": {
|
||||
"format": "<span style=\"italic\"> {}</span>"
|
||||
},
|
||||
|
@ -41,7 +44,7 @@
|
|||
}
|
||||
},
|
||||
"tray": {
|
||||
// "icon-size": 21,
|
||||
"icon-size": 21,
|
||||
"spacing": 10
|
||||
},
|
||||
"clock": {
|
||||
|
@ -146,7 +149,7 @@
|
|||
// "default": "🎜"
|
||||
//},
|
||||
"interval": 1,
|
||||
"exec": "wintitle"
|
||||
"exec": "/home/chris/bin/wintitle"
|
||||
},
|
||||
"wlr/taskbar": {
|
||||
"format": "{icon}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue