Compare commits

...

2 Commits

Author SHA1 Message Date
Harzo 72754a0f22 Waybar: use nm-applet instead of network module 2023-06-03 13:33:46 +02:00
Harzo 085a6f831d Waybar: use ~ instead of $HOME 2023-06-03 13:26:11 +02:00
2 changed files with 6 additions and 6 deletions

View File

@ -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 &

View File

@ -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'",