sporo zmian, nie pamiętam czego :)
This commit is contained in:
@ -1,4 +1,12 @@
|
||||
@import "../../.cache/wal/colors-waybar.css";
|
||||
@define-color fore #dbcdac;
|
||||
@define-color back #0f0e09;
|
||||
@define-color inactive #9F8D5E;
|
||||
@define-color dark #324443;
|
||||
@define-color active #dbcdac;
|
||||
@define-color orange #FFA500;
|
||||
@define-color green #228b22;
|
||||
@define-color blue #7cb9e8;
|
||||
@define-color yellow #deb887;
|
||||
|
||||
|
||||
* {
|
||||
@ -38,6 +46,12 @@ window#waybar {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
#custom-biurko_on,
|
||||
#custom-biurko_off,
|
||||
#custom-biurko_red,
|
||||
#custom-tv_volup,
|
||||
#custom-tv_voldown,
|
||||
#custom-domofon,
|
||||
#workspaces {
|
||||
background: none;
|
||||
color: white;
|
||||
@ -75,7 +89,7 @@ window#waybar {
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
color: #FFA500;
|
||||
color: @orange;
|
||||
margin: 0;
|
||||
|
||||
}
|
||||
@ -98,3 +112,21 @@ window#waybar {
|
||||
background: black;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
#clock.2,
|
||||
#custom-temperature {
|
||||
color: @orange;
|
||||
}
|
||||
|
||||
#custom-pressure {
|
||||
color: @green;
|
||||
}
|
||||
|
||||
#custom-hum {
|
||||
color: @blue;
|
||||
}
|
||||
|
||||
#custom-pm_25,
|
||||
#custom-pm_10 {
|
||||
color: @yellow;
|
||||
}
|
||||
|
Reference in New Issue
Block a user