armory: update with current config
This commit is contained in:
+12
-9
@@ -10,8 +10,11 @@
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: transparent;
|
||||
border-radius: 0px;
|
||||
background-color: alpha(@surface0, 0.3);
|
||||
border-radius: 4px;
|
||||
border: 0px solid @overlay0;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 6px;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
@@ -29,8 +32,8 @@ window#waybar {
|
||||
.modules-left,
|
||||
.modules-center,
|
||||
.modules-right {
|
||||
padding-top: 2px;
|
||||
padding-bottom: 6px;
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
.modules-left {
|
||||
@@ -45,24 +48,24 @@ window#waybar {
|
||||
#cpu,
|
||||
#disk,
|
||||
#memory,
|
||||
#network,
|
||||
#temperature,
|
||||
#tray,
|
||||
#wireplumber,
|
||||
#workspaces,
|
||||
#network,
|
||||
#custom-gpu,
|
||||
#custom-poweroff,
|
||||
#custom-weather {
|
||||
background-color: alpha(@base, 0.5);
|
||||
background-color: transparent;
|
||||
border-radius: 10px;
|
||||
border: 1px solid @overlay0;
|
||||
border: 0px;
|
||||
margin-left: 6px;
|
||||
margin-right: 6px;
|
||||
color: @peach;
|
||||
min-width: 90px;
|
||||
min-width: 45px;
|
||||
}
|
||||
|
||||
|
||||
#clock {
|
||||
min-width: 100px;
|
||||
min-width: 80px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user