Waybar config
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"layer": "bottom",
|
||||
"position": "top",
|
||||
"modules-left": [],
|
||||
"modules-center": ["sway/workspaces", "sway/mode"],
|
||||
"modules-right": ["clock", "idle_inhibitor", "tray"],
|
||||
"sway/workspaces": {
|
||||
"disable-scroll": true,
|
||||
"all-outputs": false,
|
||||
"format": "{name}"
|
||||
},
|
||||
"sway/mode": {
|
||||
"format": "<span style=\"italic\">{}</span>"
|
||||
},
|
||||
"idle_inhibitor": {
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"deactivated": "💤",
|
||||
"activated": "🦉",
|
||||
"default": ""
|
||||
}
|
||||
},
|
||||
"tray": {
|
||||
"icon-size": 24,
|
||||
"spacing": 16
|
||||
},
|
||||
"clock": {
|
||||
"format": "{:%m-%d %H:%M}",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user