update
This commit is contained in:
@@ -20,7 +20,22 @@
|
|||||||
"tray"
|
"tray"
|
||||||
],
|
],
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
"format": "{id}"
|
"all-outputs": true,
|
||||||
|
"format": "{id} {windows}",
|
||||||
|
"format-window-separator": "",
|
||||||
|
"window-rewrite-default": "",
|
||||||
|
"window-rewrite": {
|
||||||
|
"class<firefox>": "",
|
||||||
|
"class<org\.wezfurlong\.wezterm>": "",
|
||||||
|
"class<Alacritty>": "",
|
||||||
|
"class<code|Code|codium|VSCodium>": "",
|
||||||
|
"class<thunar>": "",
|
||||||
|
"class<org\.kde\.dolphin>": "",
|
||||||
|
"class<discord>": "",
|
||||||
|
"class<vesktop>": "",
|
||||||
|
"class<spotify>": "",
|
||||||
|
"class<steam>": ""
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"custom/screenshot": {
|
"custom/screenshot": {
|
||||||
"exec": "printf '{\"text\": \"\", \"tooltip\": \"Area screenshot: edit in Swappy, copy to clipboard, save to NAS pictures if mounted\"}'",
|
"exec": "printf '{\"text\": \"\", \"tooltip\": \"Area screenshot: edit in Swappy, copy to clipboard, save to NAS pictures if mounted\"}'",
|
||||||
@@ -34,6 +49,16 @@
|
|||||||
"activated": "",
|
"activated": "",
|
||||||
"deactivated": ""
|
"deactivated": ""
|
||||||
}
|
}
|
||||||
|
"hyprland/window": {
|
||||||
|
"format": "{class}: {title}",
|
||||||
|
"icon": true,
|
||||||
|
"icon-size": 16,
|
||||||
|
"max-length": 80,
|
||||||
|
"separate-outputs": true,
|
||||||
|
"rewrite": {
|
||||||
|
"^(.*)$": "$1"
|
||||||
|
}
|
||||||
|
},
|
||||||
},
|
},
|
||||||
"tray": {
|
"tray": {
|
||||||
"spacing": 10
|
"spacing": 10
|
||||||
|
|||||||
@@ -30,6 +30,10 @@ tooltip {
|
|||||||
margin: 0 2px;
|
margin: 0 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#workspaces button label {
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
#workspaces button:hover {
|
#workspaces button:hover {
|
||||||
background: alpha(#4c566a, 0.55);
|
background: alpha(#4c566a, 0.55);
|
||||||
}
|
}
|
||||||
@@ -39,6 +43,11 @@ tooltip {
|
|||||||
background: #88c0d0;
|
background: #88c0d0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#workspaces button.visible {
|
||||||
|
color: #eceff4;
|
||||||
|
background: alpha(#5e81ac, 0.28);
|
||||||
|
}
|
||||||
|
|
||||||
#workspaces button.urgent {
|
#workspaces button.urgent {
|
||||||
color: #eceff4;
|
color: #eceff4;
|
||||||
background: #bf616a;
|
background: #bf616a;
|
||||||
|
|||||||
Reference in New Issue
Block a user