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 = mako &
exec-once = swayosd & exec-once = swayosd &
exec-once = waybar & exec-once = waybar &
exec-once = nm-applet &
exec-once = foot -s & exec-once = foot -s &
exec-once = udiskie & exec-once = udiskie &
exec-once = swayidle -w & exec-once = swayidle -w &

View File

@ -16,7 +16,6 @@
"modules-right": [ "modules-right": [
"hyprland/language", "hyprland/language",
"pulseaudio", "pulseaudio",
"network",
"tray" "tray"
], ],
"hyprland/window": { "hyprland/window": {
@ -65,10 +64,10 @@
"network": { "network": {
"format-wifi": "{icon} {essid}", "format-wifi": "{icon} {essid}",
"format-ethernet": "󰈀 {ifname}", "format-ethernet": "󰈀 {ifname}",
"tooltip-format": "󰈁 {ifname} via {gwaddr}", "tooltip-format": "󰛳 {ifname} via {gwaddr}",
"format-linked": " {ifname} (No IP)", "format-linked": " {ifname} (No IP)",
"format-disconnected": "󰈂", "format-disconnected": "󰲛",
"format-alt": "󰈁 {ifname}: {ipaddr}/{cidr}", "format-alt": "󰛳 {ifname}: {ipaddr}/{cidr}",
"on-click-right": "nm-connection-editor", "on-click-right": "nm-connection-editor",
"format-icons": [ "format-icons": [
"󰤨", "󰤨",
@ -103,9 +102,9 @@
"format": "󰏗 {}", "format": "󰏗 {}",
"interval": "3600", "interval": "3600",
"return-type": "json", "return-type": "json",
"exec": "$HOME/.config/waybar/scripts/checkupdates", "exec": "~/.config/waybar/scripts/checkupdates",
"signal": 8, "signal": 8,
"on-click": "$HOME/.config/waybar/scripts/updatepkgs" "on-click": "~/.config/waybar/scripts/updatepkgs"
}, },
"custom/weather": { "custom/weather": {
"exec": "curl -s 'https://wttr.in/?format=1' | sed 's/ \\+/ /g'", "exec": "curl -s 'https://wttr.in/?format=1' | sed 's/ \\+/ /g'",