mirror of
https://codeberg.org/gigirassy/niri-dotfiles
synced 2026-08-30 23:27:38 +00:00
Add rice/waybar/config
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"layer": "top",
|
||||
"position": "top",
|
||||
"modules-left": [
|
||||
"niri/workspaces",
|
||||
"niri/window"
|
||||
],
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"privacy",
|
||||
"network",
|
||||
"bluetooth",
|
||||
"pulseaudio",
|
||||
"pulseaudio#mic",
|
||||
"battery",
|
||||
"temperature",
|
||||
"cpu",
|
||||
"memory",
|
||||
"disk",
|
||||
"clock"
|
||||
],
|
||||
|
||||
"tray": {},
|
||||
"privacy": {},
|
||||
"network": {},
|
||||
"bluetooth": {},
|
||||
"pulseaudio": {},
|
||||
"pulseaudio#mic": {},
|
||||
"battery": {
|
||||
"bat": "BAT0"
|
||||
},
|
||||
"temperature": {},
|
||||
"cpu": {},
|
||||
"memory": {},
|
||||
"disk": {
|
||||
"path": "/"
|
||||
},
|
||||
"clock": {
|
||||
"timezone": "EST5EDT",
|
||||
"format": "{:%a %d %b %H:%M}"
|
||||
},
|
||||
|
||||
"niri/window": {
|
||||
"format": "{title}",
|
||||
"separate-outputs": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user