New backup 2024-04-25 15:30:02
This commit is contained in:
parent
d5c9dd5db9
commit
febd3fe1cc
2 changed files with 13 additions and 8 deletions
|
@ -1,7 +1,8 @@
|
||||||
@import '../../.cache/wal/colors-waybar.css';
|
@import '../../.cache/wal/colors-waybar.css';
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif;
|
font-family: FontAwesome, Overpass;
|
||||||
|
/* font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif;*/
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
@import '../../.cache/wal/colors.css';
|
@import '../../.cache/wal/colors.css';
|
||||||
|
|
||||||
|
* {
|
||||||
|
font-family: FontAwesome, Overpass;
|
||||||
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
/* margin: 5px;*/
|
/* margin: 5px;*/
|
||||||
border: 3px solid --wofi-color1;
|
border: 3px solid --wofi-color1;
|
||||||
|
@ -36,8 +40,8 @@ window {
|
||||||
#text {
|
#text {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
color: --wofi-color9;
|
color: --wofi-color9;
|
||||||
font-weight: bold;
|
/* font-weight: bold;
|
||||||
/* border: 2px solid cyan;
|
border: 2px solid cyan;
|
||||||
background-color: cyan;*/
|
background-color: cyan;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue