From febd3fe1ccf14d9af8b6897b3a395a9784558949 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Thu, 25 Apr 2024 15:30:02 -0600 Subject: [PATCH] New backup 2024-04-25 15:30:02 --- de/home/.config/waybar/style.css | 13 +++++++------ de/home/.config/wofi/style.css | 8 ++++++-- 2 files changed, 13 insertions(+), 8 deletions(-) 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;*/ }