Added wifi module to network

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

View File

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

View File

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

View File

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