diff --git a/de/home/.config/waybar/style.css b/de/home/.config/waybar/style.css index 6124384..85d46c3 100644 --- a/de/home/.config/waybar/style.css +++ b/de/home/.config/waybar/style.css @@ -1,15 +1,16 @@ @import '../../.cache/wal/colors-waybar.css'; * { - font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; - font-size: 14px; + font-family: FontAwesome, Overpass; +/* font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif;*/ + font-size: 14px; } window#waybar { - color: @color9; - border-radius: 10px; - transition-property: background-color; - transition-duration: .5s; + color: @color9; + border-radius: 10px; + transition-property: background-color; + transition-duration: .5s; } diff --git a/de/home/.config/wofi/style.css b/de/home/.config/wofi/style.css index 66441f8..7bd5424 100644 --- a/de/home/.config/wofi/style.css +++ b/de/home/.config/wofi/style.css @@ -1,5 +1,9 @@ @import '../../.cache/wal/colors.css'; +* { + font-family: FontAwesome, Overpass; +} + window { /* margin: 5px;*/ border: 3px solid --wofi-color1; @@ -36,8 +40,8 @@ window { #text { margin: 5px; color: --wofi-color9; - font-weight: bold; -/* border: 2px solid cyan; +/* font-weight: bold; + border: 2px solid cyan; background-color: cyan;*/ }