mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
add niri setup
This commit is contained in:
parent
6df9c0ee70
commit
d25692ccf3
4 changed files with 251 additions and 0 deletions
25
config/niri/waybar.jsonc
Normal file
25
config/niri/waybar.jsonc
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"position": "top",
|
||||
"layer": "top",
|
||||
"height": 14,
|
||||
"margin-top": 0,
|
||||
"margin-bottom": 0,
|
||||
"margin-left": 0,
|
||||
"margin-right": 0,
|
||||
"include": [
|
||||
"~/.config/waybar/modules/info.json",
|
||||
"~/.config/waybar/modules/niri.json"
|
||||
],
|
||||
|
||||
"modules-left": ["niri/workspaces", "niri/window"],
|
||||
"modules-center": ["clock", "cpu"],
|
||||
"modules-right": [
|
||||
"memory",
|
||||
"tray",
|
||||
"niri/language",
|
||||
"backlight",
|
||||
"battery",
|
||||
"pulseaudio",
|
||||
"network"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue