diff options
Diffstat (limited to 'py3status/config')
| -rw-r--r-- | py3status/config | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/py3status/config b/py3status/config index 6ea24cc..84c0b2b 100644 --- a/py3status/config +++ b/py3status/config @@ -1,12 +1,4 @@ - -order += "static_string chromium" -order += "static_string falkon" -order += "static_string dolphin" -order += "static_string atom" -order += "static_string claws-mail" -order += "static_string keepassxc" -order += "static_string clementine" order += "wireless _first_" order += "ethernet _first_" order += "battery 0" @@ -14,41 +6,6 @@ order += "volume master" order += "tztime local" -static_string chromium { - format = "" - on_click 1 = "exec --no-startup-id chromium" -} - -static_string falkon { - format = "" - on_click 1 = "exec --no-startup-id falkon" -} - -static_string dolphin { - format = "" - on_click 1 = "exec --no-startup-id dolphin" -} - -static_string atom { - format = "" - on_click 1 = "exec --no-startup-id atom" -} - -static_string claws-mail { - format = "" - on_click 1 = "exec --no-startup-id claws-mail" -} - -static_string keepassxc { - format = "" - on_click 1 = "exec --no-startup-id keepassxc" -} - -static_string clementine { - format = "" - on_click 1 = "exec --no-startup-id clementine" -} - wireless _first_ { format_up = " (%quality at %essid, %bitrate) %ip" format_down = "" |
