aboutsummaryrefslogtreecommitdiff
path: root/.config/waybar/style.css
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-10-20 21:50:08 +0300
committerawy <awy@awy.one>2025-10-20 21:50:08 +0300
commit24c8a6cac648f0ab5a34cb2d4dec12f927e37535 (patch)
tree5786831f2b9e97e3a7d4ed8d3b1ddd0e9366a9c9 /.config/waybar/style.css
parent662dafc52b2c8a9426bb2197ab9246a8cda318e4 (diff)
downloadhyprdots-24c8a6cac648f0ab5a34cb2d4dec12f927e37535.tar.gz
update
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r--.config/waybar/style.css45
1 files changed, 43 insertions, 2 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index 16a7860..c790161 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -1,3 +1,5 @@
+@import "theme.css";
+
* {
font-family: monospace;
font-size: 17px;
@@ -38,13 +40,48 @@ window#waybar.hidden {
color: #e67e80;
}
+/* !!! COLORS !!! */
+
+/* #clock { */
+/* color: @red; */
+/* } */
+/**/
+/* #wireplumber { */
+/* color: @orange; */
+/* } */
+/**/
+/* #custom-mailbox { */
+/* color: @yellow; */
+/* } */
+/**/
+/* #custom-memory { */
+/* color: @yellow; */
+/* } */
+/**/
+/* #custom-torrent { */
+/* color: @green; */
+/* } */
+/**/
+/* #custom-news { */
+/* color: @green; */
+/* } */
+/**/
+/* #custom-packages { */
+/* color: @blue; */
+/* } */
+/**/
+/* #custom-music { */
+/* color: @blue; */
+/* } */
+
+/* !!! END of COLORS !!! */
+
#mode {
background-color: #ff0000;
box-shadow: inset 0 -3px #0000ff;
}
#custom-clock,
-#clock,
#battery,
#cpu,
#custom-memory,
@@ -75,7 +112,7 @@ window#waybar.hidden {
#custom-power,
#mpd {
padding: 0 2px;
- margin-right: 7px;
+ margin-right: 10px;
}
#window,
@@ -83,6 +120,10 @@ window#waybar.hidden {
margin: 0 4px;
}
+#clock {
+ margin-right: 4px;
+}
+
/* If workspaces is the leftmost module, omit left margin */
.modules-left > widget:first-child > #workspaces {
margin-left: 0;