Update .config/niri/config.kdl
Update .config/waybar/config.jsonc
This commit is contained in:
parent
c8136465b1
commit
342143f6fb
2 changed files with 13 additions and 9 deletions
|
|
@ -81,7 +81,8 @@ overview {
|
|||
backdrop-color "#3B224C"
|
||||
}
|
||||
|
||||
spawn-at-startup "waybar"
|
||||
spawn-sh-at-startup "waybar -c ~/.config/waybar/config.jsonc"
|
||||
spawn-at-startup "~/.config/niri/overview-listener"
|
||||
spawn-sh-at-startup "swaybg -c 3B224C"
|
||||
spawn-sh-at-startup "wl-clip-persist --clipboard regular -all-mime-type-regex '^(?!x-kde-passwordManagerHint).+'"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,18 +1,21 @@
|
|||
{
|
||||
"start_hidden": true,
|
||||
"exclusive": false,
|
||||
"reload_style_on_change": true,
|
||||
"layer": "top",
|
||||
"layer": "overlay",
|
||||
"position": "top",
|
||||
"spacing": 2,
|
||||
"height": 15,
|
||||
"margin-left": 465,
|
||||
"margin-right": 465,
|
||||
"margin-top": 233,
|
||||
"spacing": 0,
|
||||
"modules-left": [
|
||||
"clock",
|
||||
"clock"
|
||||
],
|
||||
"modules-center": [
|
||||
"niri/workspaces"
|
||||
],
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"bluetooth",
|
||||
"network",
|
||||
"pulseaudio",
|
||||
"battery"
|
||||
|
|
@ -31,7 +34,7 @@
|
|||
"clock": {
|
||||
"format": "{:L%A %H:%M}",
|
||||
"format-alt": "{:L%d %B W%V %Y}",
|
||||
"tooltip": false,
|
||||
"tooltip": false
|
||||
},
|
||||
"network": {
|
||||
"interface": "wl*",
|
||||
|
|
@ -50,7 +53,7 @@
|
|||
"tooltip-format-ethernet": "⇣{bandwidthDownBytes} ⇡{bandwidthUpBytes}",
|
||||
"tooltip-format-disconnected": "Disconnected",
|
||||
"interval": 3,
|
||||
"spacing": 1,
|
||||
"spacing": 1
|
||||
},
|
||||
"disk": {
|
||||
"format": "DSK {percentage_used}"
|
||||
|
|
@ -132,4 +135,4 @@
|
|||
"Input Method": "bluetooth"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue