From fa5dd5f3c014a250b1748c340255d8b4d0b7d773 Mon Sep 17 00:00:00 2001 From: "bozo.kopic" Date: Sun, 3 Oct 2021 23:21:15 +0200 Subject: . --- waybar/style.css | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 waybar/style.css (limited to 'waybar/style.css') diff --git a/waybar/style.css b/waybar/style.css new file mode 100644 index 0000000..2b56907 --- /dev/null +++ b/waybar/style.css @@ -0,0 +1,42 @@ +* { + font-family: Inter Regular; + font-size: 12pt; + color: white; +} + +window#waybar { + background-color: black; + padding: 5px; +} + +#workspaces button { + padding: 0 10px; + background-color: transparent; + border-radius: 0; +} + +#workspaces button:hover { + box-shadow: inherit; + text-shadow: inherit; + background: transparent; + border: 1px solid rgba(255, 255, 255, 0.5); +} + +#workspaces button.focused { + background-color: rgba(255, 255, 255, 0.3); +} + +#workspaces button.urgent { + background-color: #eb4d4b; +} + +#clock, +#battery, +#network, +#pulseaudio, +#custom-media, +#tray { + padding: 0 15px; + border-left: 2px solid rgba(255, 255, 255, 0.2); + font-family: "RobotoMono Nerd Font"; +} -- cgit v1.2.3-70-g09d2