Added wifi module to network

This commit is contained in:
Ezri 2025-03-14 08:29:21 -06:00
parent 4ac47e3300
commit 83acf4ce98
Signed by: ezri
GPG Key ID: 058A78E5680C6F24
3 changed files with 9 additions and 10 deletions

View File

@ -132,8 +132,7 @@
(label :class "special" (label :class "special"
:text {network--data.wifi.ssid} :text {network--data.wifi.ssid}
:visible {network--data.wifi.connected})) :visible {network--data.wifi.connected}))
"network")) "wireless"))
(defwidget network--public-ip (defwidget network--public-ip
[] []

View File

@ -254,9 +254,9 @@ include input.conf
### ### ### ###
## Import Environment Variables ## Import Environment Variables
exec_always XDG_CURRENT_DESKTOP=sway { exec_always XDG_CURRENT_DESKTOP=sway ELECTRON_OZONE_PLATFORM_HINT=wayland {
systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP PATH ASDF_DATA_DIR systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP PATH ASDF_DATA_DIR ELECTRON_OZONE_PLATFORM_HINT
dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP PATH ASDF_DATA_DIR dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP PATH ASDF_DATA_DIR ELECTRON_OZONE_PLATFORM_HINT
} }
## Start Session Target ## Start Session Target

View File

@ -141,9 +141,9 @@
}, },
{ {
"index": 21, "index": 21,
"name": "ferrets", "name": "stream",
"exec": "firefox", "exec": "firefox",
"args": ["--new-window", "https://www.twitch.tv/ferretsoftware"], "args": ["--new-window"],
"program_name": "firefox" "program_name": "firefox"
}, },
{ {
@ -311,11 +311,11 @@
], ],
"groups": { "groups": {
"builtin": { "builtin": {
"workspaces": [21, 22], "workspaces": [21, 20],
"reverse": false "reverse": false
}, },
"left": { "left": {
"workspaces": [6, 2, 3, 4, 5], "workspaces": [6, 2, 3, 18, 5],
"reverse": true "reverse": true
}, },
"center": { "center": {
@ -323,7 +323,7 @@
"reverse": false "reverse": false
}, },
"right": { "right": {
"workspaces": [16, 17, 19, 18, 20, 13], "workspaces": [16, 17, 19, 4, 22],
"reverse": false "reverse": false
} }
} }