more styling
This commit is contained in:
parent
7798e8360c
commit
3c21b077ba
10 changed files with 51 additions and 21 deletions
|
|
@ -8,7 +8,8 @@
|
|||
// Choose the order of the modules
|
||||
"modules-left": [
|
||||
"hyprland/workspaces",
|
||||
"tray"
|
||||
"tray",
|
||||
"hyprland/window"
|
||||
],
|
||||
"modules-center": [
|
||||
"custom/spotify"
|
||||
|
|
@ -26,11 +27,23 @@
|
|||
],
|
||||
"idle_inhibitor": {
|
||||
"format": "{icon}",
|
||||
"tooltip-format-activated": "On",
|
||||
"tooltip-format-deactivated": "Off",
|
||||
"format-icons": {
|
||||
"activated": "",
|
||||
"deactivated": ""
|
||||
"activated": "",
|
||||
"deactivated": ""
|
||||
}
|
||||
},
|
||||
"hyprland/window": {
|
||||
"format": "{}",
|
||||
"rewrite": {
|
||||
"(.*) — Mozilla Firefox": " $1",
|
||||
"(.*) - fish": "> [$1]",
|
||||
"nv": " neovim"
|
||||
},
|
||||
"separate-outputs": true,
|
||||
"max-length": "40"
|
||||
},
|
||||
"tray": {
|
||||
"icon-size": 18,
|
||||
"spacing": 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue