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"
|
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 "swaybg -c 3B224C"
|
||||||
spawn-sh-at-startup "wl-clip-persist --clipboard regular -all-mime-type-regex '^(?!x-kde-passwordManagerHint).+'"
|
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,
|
"reload_style_on_change": true,
|
||||||
"layer": "top",
|
"layer": "overlay",
|
||||||
"position": "top",
|
"position": "top",
|
||||||
"spacing": 2,
|
"margin-left": 465,
|
||||||
"height": 15,
|
"margin-right": 465,
|
||||||
|
"margin-top": 233,
|
||||||
|
"spacing": 0,
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"clock",
|
"clock"
|
||||||
],
|
],
|
||||||
"modules-center": [
|
"modules-center": [
|
||||||
"niri/workspaces"
|
"niri/workspaces"
|
||||||
],
|
],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"tray",
|
"tray",
|
||||||
"bluetooth",
|
|
||||||
"network",
|
"network",
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"battery"
|
"battery"
|
||||||
|
|
@ -31,7 +34,7 @@
|
||||||
"clock": {
|
"clock": {
|
||||||
"format": "{:L%A %H:%M}",
|
"format": "{:L%A %H:%M}",
|
||||||
"format-alt": "{:L%d %B W%V %Y}",
|
"format-alt": "{:L%d %B W%V %Y}",
|
||||||
"tooltip": false,
|
"tooltip": false
|
||||||
},
|
},
|
||||||
"network": {
|
"network": {
|
||||||
"interface": "wl*",
|
"interface": "wl*",
|
||||||
|
|
@ -50,7 +53,7 @@
|
||||||
"tooltip-format-ethernet": "⇣{bandwidthDownBytes} ⇡{bandwidthUpBytes}",
|
"tooltip-format-ethernet": "⇣{bandwidthDownBytes} ⇡{bandwidthUpBytes}",
|
||||||
"tooltip-format-disconnected": "Disconnected",
|
"tooltip-format-disconnected": "Disconnected",
|
||||||
"interval": 3,
|
"interval": 3,
|
||||||
"spacing": 1,
|
"spacing": 1
|
||||||
},
|
},
|
||||||
"disk": {
|
"disk": {
|
||||||
"format": "DSK {percentage_used}"
|
"format": "DSK {percentage_used}"
|
||||||
|
|
@ -132,4 +135,4 @@
|
||||||
"Input Method": "bluetooth"
|
"Input Method": "bluetooth"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue