make waybar work with niri
This commit is contained in:
parent
91c728799b
commit
d07194c5cb
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
||||||
"margin-left": 0,
|
"margin-left": 0,
|
||||||
"margin-right": 0,
|
"margin-right": 0,
|
||||||
"margin-top": 0,
|
"margin-top": 0,
|
||||||
"modules-left": ["sway/workspaces", "clock#time", "clock#date", "battery"], // Sets modules for the left of the bar
|
"modules-left": ["niri/workspaces", "clock#time", "clock#date", "battery"], // Sets modules for the left of the bar
|
||||||
"modules-center": ["sway/window"], // Set modules for the center of the bar
|
"modules-center": ["niri/window"], // Set modules for the center of the bar
|
||||||
"modules-right": ["tray", "temperature", "cpu", "memory", "wireplumber"], // Set modules for the right of the bar
|
"modules-right": ["tray", "temperature", "cpu", "memory", "wireplumber"], // Set modules for the right of the bar
|
||||||
"clock#time": {
|
"clock#time": {
|
||||||
"format": "<span color=\"#7aa2f7\"> </span>{:%H:%M:%S}",
|
"format": "<span color=\"#7aa2f7\"> </span>{:%H:%M:%S}",
|
||||||
|
@ -71,7 +71,7 @@
|
||||||
"on-click": "pavucontrol",
|
"on-click": "pavucontrol",
|
||||||
"interval": 4,
|
"interval": 4,
|
||||||
},
|
},
|
||||||
"sway/window": {
|
"niri/window": {
|
||||||
"max-length": 64,
|
"max-length": 64,
|
||||||
},
|
},
|
||||||
"tray": {
|
"tray": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue