Compare commits

...

4 Commits

Author SHA1 Message Date
0e70e8e532
waybar: adjust formats 2023-01-21 16:05:53 +02:00
3dccbffc88
sway/autostart-communication: fix mattermost / 73c2f251a0 2023-01-21 16:01:55 +02:00
fea9e93dfa
var/lib/iwd/Stadinetti.open: add the Oodi naming of stadinet.open
Remember to not add multiple of them with different capitalisations
2023-01-21 13:09:02 +02:00
73c2f251a0
sway/autostart-communication: add mattermost 2023-01-21 12:02:38 +02:00
3 changed files with 8 additions and 5 deletions

View File

@ -21,3 +21,6 @@ exec --no-startup-id dino --gapplication-service
# mail
#exec --no-startup-id /usr/bin/mullvad-exclude /var/lib/flatpak/exports/bin/chat.delta.desktop --disable-gpu $@
exec --no-startup-id /var/lib/flatpak/exports/bin/chat.delta.desktop --disable-gpu $@
# Mattermost, I fear it's Electron.
exec --no-startup-id flatpak run com.mattermost.Desktop

View File

@ -35,13 +35,13 @@
"network": {
//"interface": "wlan0",
"format": "{ifname}",
"format-wifi": "{signalStrength}% {essid}",
"format-ethernet": "{ifname} ",
"format-wifi": "{signalStrength}% {essid}",
"format-ethernet": "{ifname} up",
"format-disconnected": "", //An empty format will hide the module.
"format-disconnected": "",
"format-disconnected": "down",
"tooltip-format": "{ifname}",
"tooltip-format-wifi": "{essid} ({signalStrength}%) ",
"tooltip-format-ethernet": "{ifname} ",
"tooltip-format-wifi": "{signalStrength}% {essid}",
"tooltip-format-ethernet": "{ifname} up",
"tooltip-format-disconnected": "Disconnected",
"max-length": 50
},

View File