Compare commits

...

3 Commits

Author SHA1 Message Date
Nina Chloe Kassandra Reiß
cd3d5d8a97 Add network manager to toolbar 2026-03-06 10:38:50 +01:00
Nina Chloe Kassandra Reiß
1002876f3a Add network manager to toolbar 2026-03-06 10:25:43 +01:00
Nina Chloe Kassandra Reiß
707ba07778 Revert "Remove mode switcher"
This reverts commit 47a5d2b779.
2026-03-06 09:41:44 +01:00

View File

@@ -7,8 +7,8 @@
"gtk-layer-shell": true,
"height": 50,
"modules-left": ["custom/launch_wofi","hyprland/workspaces","hyprland/window","cpu","memory","disk"],
"modules-center": ["custom/lock_screen","custom/updates","clock","custom/power_btn"],
"modules-right": ["temperature","custom/power_profile","battery","backlight","pulseaudio","pulseaudio#microphone","tray","custom/weather","custom/notification","custom/light_dark"],
"modules-center": ["custom/lock_screen","clock","custom/power_btn"],
"modules-right": ["temperature","custom/power_profile","battery","backlight","network","pulseaudio","pulseaudio#microphone","tray","custom/weather","custom/notification"],
"hyprland/window": {
"format": "{}"
@@ -26,6 +26,12 @@
"tooltip": false
},
"custom/light_dark": {
"format": "",
"on-click": "~/.config/waybar/scripts/baraction light",
"tooltip": false
},
"custom/power_btn": {
"format": "",
"on-click": "sh -c '(sleep 0.5s; wlogout --protocol layer-shell)' & disown",
@@ -57,14 +63,6 @@
"on-click": "kitty --start-as=fullscreen --title btop sh -c 'btop'"
},
"custom/updates": {
"format": "{}",
"exec": "~/.config/waybar/scripts/update-sys",
"on-click": "~/.config/waybar/scripts/update-sys update",
"interval": 300,
"tooltip": true
},
"custom/power_profile": {
//shows the current power profile and switches to next on click
"exec": "echo ?",
@@ -181,5 +179,13 @@
},
"on-scroll-up": "hyprctl dispatch workspace e+1",
"on-scroll-down": "hyprctl dispatch workspace e-1"
},
"network": {
"format-wifi": " {essid}",
"format-ethernet": "󰈀 {ipaddr}",
"format-linked": "󰈀 {ifname}",
"format-disconnected": "󰖪",
"tooltip-format": "{ifname} via {gwaddr}",
"on-click": "nm-connection-editor"
}
}