more styling

This commit is contained in:
Benjamin Palko 2024-03-22 17:32:45 -05:00
parent 7798e8360c
commit 3c21b077ba
10 changed files with 51 additions and 21 deletions

View file

@ -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