summaryrefslogtreecommitdiff
path: root/.config/waybar/style.css
diff options
context:
space:
mode:
authorAndrew Guschin <guschin@altlinux.org>2024-03-06 10:51:27 +0400
committerAndrew Guschin <guschin@altlinux.org>2024-03-06 10:51:27 +0400
commit663e950cc9dbe6974c0e9b441780b99872f90df4 (patch)
tree1ea2a8d2583fcc6b4790dc37ef1bc9c22efb5868 /.config/waybar/style.css
parent04894fe2e715a1ba1cb3f6ab19947abc56cd077b (diff)
add hyprland and waybar configs
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r--.config/waybar/style.css52
1 files changed, 52 insertions, 0 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
new file mode 100644
index 0000000..c968d00
--- /dev/null
+++ b/.config/waybar/style.css
@@ -0,0 +1,52 @@
+* {
+ font-family: monospace, sans-serif;
+ font-size: 12px;
+ color: #fff;
+}
+
+window#waybar {
+ background-color: black;
+}
+
+#workspaces,
+#clock,
+#pulseaudio,
+#memory,
+#cpu,
+#battery,
+#disk,
+#tray {
+ background-color: black;
+ padding: 0 5px;
+ border-radius: 50px;
+ margin-right: 10px;
+}
+
+#workspaces {
+ margin-left: 10px;
+ padding: 0;
+}
+
+#workspaces button {
+ padding: 0px 3px;
+ margin: 4px;
+ border: none;
+ border-radius: 3px;
+}
+
+#workspaces button:hover {
+ background-color: black;
+}
+
+#workspaces button:hover label {
+ color: white;
+}
+
+#workspaces button.active {
+ background-color: white;
+}
+
+#workspaces button.active label {
+ color: black;
+}
+