mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-11 04:42:55 +01:00
Compare commits
No commits in common. "0e70e8e532d657f9645e9abe22c8184c9b7f4622" and "3fc0f4528a7b826a2ab0fffa722166a6ec288cac" have entirely different histories.
0e70e8e532
...
3fc0f4528a
@ -21,6 +21,3 @@ 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
|
||||
|
@ -35,13 +35,13 @@
|
||||
"network": {
|
||||
//"interface": "wlan0",
|
||||
"format": "{ifname}",
|
||||
"format-wifi": "{signalStrength}% {essid}",
|
||||
"format-ethernet": "{ifname} up",
|
||||
"format-wifi": "{signalStrength}% {essid}",
|
||||
"format-ethernet": "{ifname} ",
|
||||
"format-disconnected": "", //An empty format will hide the module.
|
||||
"format-disconnected": "down",
|
||||
"format-disconnected": "",
|
||||
"tooltip-format": "{ifname}",
|
||||
"tooltip-format-wifi": "{signalStrength}% {essid}",
|
||||
"tooltip-format-ethernet": "{ifname} up",
|
||||
"tooltip-format-wifi": "{essid} ({signalStrength}%) ",
|
||||
"tooltip-format-ethernet": "{ifname} ",
|
||||
"tooltip-format-disconnected": "Disconnected",
|
||||
"max-length": 50
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user