summaryrefslogtreecommitdiff
path: root/waybar/style.css
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2026-06-20 13:25:18 +0100
committertslil <tslil@posteo.de>2026-06-20 13:26:42 +0100
commitda61fa5ed92de1e3031580167121cc138357b78d (patch)
tree249982e62fb290ce818ae195d2cb4f5455e00a7f /waybar/style.css
parent6e8f61f044a7b7c79ea480edd7dfbc31e17a48bb (diff)
[waybar] adapt to parameterised machi_status, use vertical separators, fix some icons
Diffstat (limited to 'waybar/style.css')
-rw-r--r--waybar/style.css23
1 files changed, 16 insertions, 7 deletions
diff --git a/waybar/style.css b/waybar/style.css
index 1195817..7abaf90 100644
--- a/waybar/style.css
+++ b/waybar/style.css
@@ -5,13 +5,13 @@ window#waybar {
* {
/* `otf-font-awesome` is required to be installed for icons */
- font-family: "BQN386 Unicode DZ";
- /* font-family: "PxPlus IBM VGA 9x16"; */
- font-size: 26px;
+ font-family: "Crimson Pro";
+ font-family: "Readerly";
+ font-size: 32px;
padding-top: 0px;
padding-bottom: 0px;
- padding-left: 2px;
- padding-right: 2px;
+ padding-left: 0px;
+ padding-right: 0px;
min-height: 36px;
margin: 2px;
color: black;
@@ -26,8 +26,6 @@ button {
border-radius: 0;
}
-#custom-machi,
-#network,
#network.wifi,
#battery,
#temperature,
@@ -35,9 +33,20 @@ button {
#pulseaudio,
#clock,
#wireplumber {
+ border-left: 2px solid #000;
+ padding-left: 4px;
+ padding-top: 4px;
}
+#custom-machi_W,
+#custom-machi_P,
+#custom-machi_F {
+ border-right: 2px solid #000;
+ padding-right: 4px;
+ padding-top: 4px;
+}
+
#tray > .passive {
-gtk-icon-effect: dim;
}