aboutsummaryrefslogtreecommitdiff
path: root/.config/waybar/style.css
diff options
context:
space:
mode:
authorm0ntagur <leander@leander-scherer.de>2023-11-27 18:43:12 +0100
committerm0ntagur <leander@leander-scherer.de>2023-11-27 18:43:12 +0100
commit7b97cef3473ea0897c9c9027a4e9777843c0e50f (patch)
tree5cbd7bb25a9b2260aad67124426b2ff6c750b845 /.config/waybar/style.css
parent62e3ad0e675ff818dc5a85ef8926b15f6ba92c5a (diff)
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r--.config/waybar/style.css70
1 files changed, 70 insertions, 0 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
new file mode 100644
index 0000000..2587865
--- /dev/null
+++ b/.config/waybar/style.css
@@ -0,0 +1,70 @@
+@import url("/home/user/.cache/wal/colors-css");
+* {
+ background: transparent;
+ color: @foreground;
+ font-size: 1em;
+ border: none;
+ box-shadow: none;
+ min-height: 0;
+}
+
+window#waybar {
+ border: 2px solid alpha(@color11, 0.3);
+ border-radius: 0.75em;
+ background: alpha(black, 0.5);
+}
+
+tooltip {
+ background: alpha(@background, 0.9);
+ border: 2px solid alpha(@color11, 0.3);
+ border-radius: 0.75em;
+}
+
+#workspaces button {
+ padding: 0em 0em;
+ margin: 0em 0em;
+}
+
+#tray menu {
+ border-radius: 0.5em;
+ background: alpha(@background, 0.9);
+}
+
+#tray separator {
+ background: @foreground;
+}
+
+#tray menuitem:hover {
+ background: alpha(@color11, 0.5);
+}
+
+#systemtray,
+#workspaces {
+ margin: 0.5em 0;
+ background: alpha(@background, 0.3);
+ border: 2px solid alpha(@color11, 0.3);
+ border-radius: 0.75em;
+}
+
+#workspaces {
+ margin-left: 0.5em;
+}
+
+#clock {
+ margin-right: 0.5em;
+}
+
+#tray,
+#window,
+#custom-notification,
+#custom-launcher,
+#custom-updates,
+#custom-notification,
+#custom-launcher,
+#wireplumber,
+#clock,
+#backlight,
+#network,
+#battery {
+ padding: 0.25em 0.5em;
+}