add waybar config
This commit is contained in:
19
waybar/modules/hyprland/window.jsonc
Normal file
19
waybar/modules/hyprland/window.jsonc
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"hyprland/window": {
|
||||
"format": "{}",
|
||||
"rewrite": {
|
||||
"": "Desktop",
|
||||
"kitty": "Terminal",
|
||||
"zsh": "Terminal",
|
||||
"~": "Terminal"
|
||||
},
|
||||
// "separate-outputs":
|
||||
// "icon":
|
||||
// "icon-size":
|
||||
// "min-length":
|
||||
// "max-length":
|
||||
// "tooltip":
|
||||
"swap-icon-label": false
|
||||
// "expand":
|
||||
}
|
||||
}
|
||||
12
waybar/modules/hyprland/windowcount.jsonc
Normal file
12
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
|
||||
}
|
||||
}
|
||||
38
waybar/modules/hyprland/workspaces.jsonc
Normal file
38
waybar/modules/hyprland/workspaces.jsonc
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"hyprland/workspaces": {
|
||||
// "active-only":
|
||||
// "hide-active":
|
||||
// "all-outputs":
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"active": "",
|
||||
"default": ""
|
||||
},
|
||||
"persistent-workspaces": {
|
||||
"*": 5
|
||||
},
|
||||
// "persistent-only":
|
||||
// "show-special":
|
||||
// "special-visible-only":
|
||||
// "sort-by":
|
||||
// "window-rewrite":
|
||||
// "window-rewrite-default":
|
||||
// "format-window-separator":
|
||||
"workspace-taskbar": {
|
||||
// "enable":
|
||||
// "update-active-window":
|
||||
// "format":
|
||||
// "icon-size":
|
||||
// "icon-theme":
|
||||
// "orientation":
|
||||
// "ignore-list":
|
||||
// "on-click-window":
|
||||
},
|
||||
// "move-to-monitor":
|
||||
// "ignore-workspaces":
|
||||
"on-scroll-up": "hyprctl dispatch workspace +1",
|
||||
"on-scroll-down": "hyprctl dispatch workspace -1",
|
||||
// "expand":
|
||||
"cursor": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user