Compare commits
No commits in common. "e5f72499bd07a4b9ed7290a3c30818a66b0af673" and "a46def3bc2e7c96725c646a479abd57e0b8d6329" have entirely different histories.
e5f72499bd
...
a46def3bc2
1 changed files with 7 additions and 1 deletions
|
@ -19,6 +19,7 @@
|
|||
"custom/updates",
|
||||
"custom/notification",
|
||||
"tray",
|
||||
"custom/power"
|
||||
],
|
||||
"hyprland/window": {
|
||||
"format": "{title}",
|
||||
|
@ -91,7 +92,12 @@
|
|||
},
|
||||
"custom/launcher": {
|
||||
"format": " ",
|
||||
"on-click": "fuzzel",
|
||||
"on-click": "wofi --show drun",
|
||||
},
|
||||
"custom/power": {
|
||||
"format": "⏻",
|
||||
"tooltip": false,
|
||||
"on-click": "poweroff"
|
||||
},
|
||||
"custom/updates": {
|
||||
"format": "{} {icon}",
|
||||
|
|
Loading…
Add table
Reference in a new issue