Update wob config
This commit is contained in:
parent
84c8f5097d
commit
5c30019fc3
9 changed files with 37 additions and 19 deletions
|
|
@ -14,7 +14,7 @@
|
|||
modules-center = [ "sway/window" ];
|
||||
|
||||
modules-right =
|
||||
if config.custom.platform == "laptop" then
|
||||
if config.platform == "laptop" then
|
||||
[ "battery" "pulseaudio" "backlight" "network" "clock" "idle_inhibitor" ]
|
||||
else
|
||||
[ "pulseaudio" "network" "clock" "idle_inhibitor" ];
|
||||
|
|
@ -243,7 +243,7 @@
|
|||
#pulseaudio {
|
||||
background-color: @altblend;
|
||||
${
|
||||
if config.custom.platform == "laptop" then
|
||||
if config.platform == "laptop" then
|
||||
''
|
||||
margin: 3px 0px 3px 2px;
|
||||
padding-right: 5px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue