Mostly UI tweaks, plus some refactoring
This commit is contained in:
parent
110fa225d4
commit
2d878c3448
5 changed files with 47 additions and 29 deletions
|
@ -110,7 +110,7 @@
|
|||
label-mounted = "%mountpoint%%{F-} %free% of %total%";
|
||||
label-mounted-foreground = "\${colors.foreground-alt}";
|
||||
|
||||
bar-used-width = 10;
|
||||
bar-used-width = 5;
|
||||
bar-used-fill = "█";
|
||||
bar-used-empty = "█";
|
||||
bar-used-indicator = "";
|
||||
|
@ -203,7 +203,7 @@
|
|||
format = "<label> <bar-swap-used>";
|
||||
format-underline = "#256d7b";
|
||||
|
||||
bar-swap-used-width = 10;
|
||||
bar-swap-used-width = 5;
|
||||
bar-swap-used-fill = "█";
|
||||
bar-swap-used-empty = "█";
|
||||
bar-swap-used-indicator = "";
|
||||
|
@ -285,7 +285,8 @@
|
|||
interface-type = "wireless";
|
||||
interval = 3;
|
||||
|
||||
label-connected = "%ifname% %essid% (%local_ip%)";
|
||||
#label-connected = "%ifname% %essid% (%local_ip%)";
|
||||
label-connected = "%ifname% %essid%";
|
||||
format-connected = "<ramp-signal> <label-connected>";
|
||||
format-connected-underline = "#9f78e1";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue