Added wifi module to network
This commit is contained in:
parent
4ac47e3300
commit
83acf4ce98
@ -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
|
||||||
[]
|
[]
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user