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