Added wifi module to network
This commit is contained in:
parent
4ac47e3300
commit
e245bf7724
@ -132,8 +132,7 @@
|
||||
(label :class "special"
|
||||
:text {network--data.wifi.ssid}
|
||||
:visible {network--data.wifi.connected}))
|
||||
"network"))
|
||||
|
||||
"wireless"))
|
||||
|
||||
(defwidget network--public-ip
|
||||
[]
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user