fix: update EWW config for toki-earth status bar
This commit is contained in:
parent
d156cdcdef
commit
8c8c8c7486
1 changed files with 3 additions and 3 deletions
|
|
@ -381,7 +381,7 @@
|
||||||
:artist-limit 30
|
:artist-limit 30
|
||||||
:title-limit 25)))
|
:title-limit 25)))
|
||||||
|
|
||||||
(defwidget earth_bar_right_edge []
|
(defwidget earth_bar_right_edge [screen]
|
||||||
(box :orientation "h"
|
(box :orientation "h"
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
:halign "end"
|
:halign "end"
|
||||||
|
|
@ -394,7 +394,7 @@
|
||||||
(bar_storage)
|
(bar_storage)
|
||||||
(bar_ram)
|
(bar_ram)
|
||||||
(bar_sep)
|
(bar_sep)
|
||||||
(bar_idleinhibit)))
|
(bar_power :screen screen)))
|
||||||
|
|
||||||
(defwidget earth_bar_layout [screen]
|
(defwidget earth_bar_layout [screen]
|
||||||
(centerbox :class "bar"
|
(centerbox :class "bar"
|
||||||
|
|
@ -408,7 +408,7 @@
|
||||||
(box :orientation "h"
|
(box :orientation "h"
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
(earth_bar_right_wing)
|
(earth_bar_right_wing)
|
||||||
(earth_bar_right_edge))))
|
(earth_bar_right_edge :screen screen))))
|
||||||
|
|
||||||
|
|
||||||
(defwindow fire_bar [screen]
|
(defwindow fire_bar [screen]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue