aboutsummaryrefslogtreecommitdiff
path: root/.config/waybar/style.css
diff options
context:
space:
mode:
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r--.config/waybar/style.css79
1 files changed, 79 insertions, 0 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
new file mode 100644
index 0000000..fe60b5f
--- /dev/null
+++ b/.config/waybar/style.css
@@ -0,0 +1,79 @@
+* {
+ font-family: monospace;
+}
+
+window#waybar {
+ background: transparent;
+}
+
+#workspaces {
+ font-size: 24px;
+ margin: 10px 10px 0px 10px;
+ color: white;
+ border-top-right-radius: 5px;
+ border-top-left-radius: 5px;
+ border: 3px solid #29b;
+ background: gray;
+}
+
+#workspaces button {
+ color: white;
+ border-radius: 0px;
+}
+
+#workspaces button.focused {
+ background-color: #29b;
+}
+
+#workspaces button:hover {
+ background-color: #ffffff;
+ /* color: #24283b; */
+ color: gray;
+}
+
+
+/* Top module of section */
+#tray {
+ padding: 5px 0px 5px 0px;
+ margin: 10px 10px 0px 10px;
+ color: white;
+ border: 3px solid #29b;
+ background: gray;
+}
+
+#idle_inhibitor, #network {
+ font-size: 24px;
+}
+
+#pulseaudio {
+ font-size: 12px;
+}
+
+/* Modules in center of section */
+#idle_inhibitor, #memory, #cpu, #temperature, #network, #pulseaudio {
+ padding: 1px 0px 1px 0px;
+ margin: 0px 10px 0px 10px;
+ color: white;
+ border-left: 3px solid #29b;
+ border-right: 3px solid #29b;
+ background: gray;
+}
+
+/* Bottom module of section */
+#clock {
+ padding: 5px 0px 5px 0px;
+ margin: 0px 10px 10px 10px;
+ color: white;
+ border: 3px solid #29b;
+ border-bottom-right-radius: 5px;
+ border-bottom-left-radius: 5px;
+ background: #29b;
+}
+
+@keyframes blink {
+ to {
+ background-color: #ffffff;
+ color: black;
+ }
+}
+