Compare commits
2 Commits
f7218fe4e4
...
72754a0f22
| Author | SHA1 | Date |
|---|---|---|
|
|
72754a0f22 | |
|
|
085a6f831d |
|
|
@ -1,6 +1,7 @@
|
|||
exec-once = mako &
|
||||
exec-once = swayosd &
|
||||
exec-once = waybar &
|
||||
exec-once = nm-applet &
|
||||
exec-once = foot -s &
|
||||
exec-once = udiskie &
|
||||
exec-once = swayidle -w &
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@
|
|||
"modules-right": [
|
||||
"hyprland/language",
|
||||
"pulseaudio",
|
||||
"network",
|
||||
"tray"
|
||||
],
|
||||
"hyprland/window": {
|
||||
|
|
@ -65,10 +64,10 @@
|
|||
"network": {
|
||||
"format-wifi": "{icon} {essid}",
|
||||
"format-ethernet": " {ifname}",
|
||||
"tooltip-format": " {ifname} via {gwaddr}",
|
||||
"tooltip-format": " {ifname} via {gwaddr}",
|
||||
"format-linked": " {ifname} (No IP)",
|
||||
"format-disconnected": "",
|
||||
"format-alt": " {ifname}: {ipaddr}/{cidr}",
|
||||
"format-disconnected": "",
|
||||
"format-alt": " {ifname}: {ipaddr}/{cidr}",
|
||||
"on-click-right": "nm-connection-editor",
|
||||
"format-icons": [
|
||||
"",
|
||||
|
|
@ -103,9 +102,9 @@
|
|||
"format": " {}",
|
||||
"interval": "3600",
|
||||
"return-type": "json",
|
||||
"exec": "$HOME/.config/waybar/scripts/checkupdates",
|
||||
"exec": "~/.config/waybar/scripts/checkupdates",
|
||||
"signal": 8,
|
||||
"on-click": "$HOME/.config/waybar/scripts/updatepkgs"
|
||||
"on-click": "~/.config/waybar/scripts/updatepkgs"
|
||||
},
|
||||
"custom/weather": {
|
||||
"exec": "curl -s 'https://wttr.in/?format=1' | sed 's/ \\+/ /g'",
|
||||
|
|
|
|||
Loading…
Reference in New Issue