More applets

main
Micke Nordin 3 years ago
parent 5103cc8cd5
commit 468c95b98d

@ -210,6 +210,7 @@ for_window [window_type="dialog"] floating enable
for_window [title="~nwggrid"] floating enable
for_window [title="~nwgbar"] floating enable
for_window [title="~nmtui"] floating enable
for_window [title="~khal"] floating enable
#
# Scratchpad:
@ -297,7 +298,6 @@ mode $power_mode {
# Manual autostart non graphical
exec --no-startup-id autotiling
exec --no-startup-id appimagelauncherd
exec --no-startup-id nm-tray
exec --no-startup-id nextcloud
exec --no-startup-id foot -s
exec --no-startup-id /usr/lib/x86_64-linux-gnu/ukui-polkit/polkit-ukui-authentication-agent-1

@ -2,29 +2,26 @@
"layer": "top",
"modules-left": ["sway/workspaces", "sway/mode"],
"modules-center": ["custom/date","custom/clock"],
"modules-right": ["network","battery","custom/nmtui","tray"],
"modules-right": ["network","battery","tray"],
"sway/window": {
"max-length": 50
},
"network": {
// "interface": "wlp2*", // (Optional) To force the use of this interface
"format-wifi": "{essid} ({signalStrength}%) ",
"format-wifi": "{essid}: {ipaddr} ({signalStrength}%) ",
"format-ethernet": "{ifname}: {ipaddr}/{cidr} ",
"format-linked": "{ifname} (No IP) ",
"format-disconnected": "Disconnected ⚠",
"format-alt": "{ifname}: {ipaddr}/{cidr}"
"on-click": "foot --title ~nmtui nmtui"
},
"custom/nmtui": {
"format": "  ",
"tooltip": "NetworkManager",
"on-click": "foot --title ~nmtui nmtui"
},
"custom/clock": {
"interval": 1,
"exec": "date \"+%Y-%m-%d %H:%M:%S\""
"interval": 1,
"on-click": "foot --title ~khal khal interactive",
"exec": "date \"+%Y-%m-%d %H:%M:%S\""
},
"battery": {
"format": "{capacity}% {icon}",
"format-icons": ["", "", "", "", ""]
"format-icons": ["", "", "", "", ""],
"on-click": "tlpui"
}
}

Loading…
Cancel
Save