Compare commits

..

No commits in common. "72754a0f225bb96ec4c9884b144390553c517d98" and "f7218fe4e4e925e198af8e2cdc3f3a572e736013" have entirely different histories.

2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,6 @@
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,6 +16,7 @@
"modules-right": [
"hyprland/language",
"pulseaudio",
"network",
"tray"
],
"hyprland/window": {
@ -64,10 +65,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": [
"󰤨",
@ -102,9 +103,9 @@
"format": "󰏗 {}",
"interval": "3600",
"return-type": "json",
"exec": "~/.config/waybar/scripts/checkupdates",
"exec": "$HOME/.config/waybar/scripts/checkupdates",
"signal": 8,
"on-click": "~/.config/waybar/scripts/updatepkgs"
"on-click": "$HOME/.config/waybar/scripts/updatepkgs"
},
"custom/weather": {
"exec": "curl -s 'https://wttr.in/?format=1' | sed 's/ \\+/ /g'",