update config
This commit is contained in:
13
.config/waybar/modules/sway/window.jsonc
Normal file
13
.config/waybar/modules/sway/window.jsonc
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"sway/window": {
|
||||
"format": "{}",
|
||||
"rewrite": {
|
||||
"": "Desktop",
|
||||
"kitty": "Terminal",
|
||||
"Alacritty": "Terminal",
|
||||
"zsh": "Terminal",
|
||||
"~": "Terminal"
|
||||
},
|
||||
"swap-icon-label": false
|
||||
}
|
||||
}
|
||||
12
.config/waybar/modules/sway/windowcount.jsonc
Normal file
12
.config/waybar/modules/sway/windowcount.jsonc
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"sway/windowcount": {
|
||||
"format": "[{}]",
|
||||
// "format-empty":
|
||||
// "format-windowed":
|
||||
// "format-fullscreen":
|
||||
// "separate-outputs":
|
||||
// "min-length":
|
||||
// "max-length":
|
||||
"swap-icon-label": false
|
||||
}
|
||||
}
|
||||
11
.config/waybar/modules/sway/workspaces.jsonc
Normal file
11
.config/waybar/modules/sway/workspaces.jsonc
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"sway/workspaces": {
|
||||
"format": "{icon}",
|
||||
"disable-scroll": true,
|
||||
"format-icons": {
|
||||
"default": "",
|
||||
"focused": ""
|
||||
},
|
||||
"cursor": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user