aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/waybar/style.css43
1 files changed, 9 insertions, 34 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index 3fd3cb2..8c8e989 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -5,7 +5,6 @@
min-height: 0;
font-weight: bold;
font-size: 100%;
- color: #cdd6f4;
}
window#waybar {
@@ -13,7 +12,6 @@ window#waybar {
}
#window {
- /* background-color: #005577; */
padding-left: 10px;
}
@@ -24,15 +22,13 @@ window#waybar {
#taskbar button,
#workspaces button {
- /* color: #bbb; */
- /* background-color: #222; */
+ color: @subtext0;
border-radius: 0px;
}
#taskbar button.active,
#workspaces button.active {
- /* color: #eee; */
- /* background-color: #005577; */
+ color: @text;
}
#workspaces button.urgent {
@@ -40,18 +36,13 @@ window#waybar {
}
.modules-left, .modules-right {
- /* background: #222; */
- /* color: #bbb; */
+ color: #cdd6f4;
}
.modules-right {
padding-left: 10px;
}
-#window {
- /* color: #fff; */
-}
-
#image.album-art {
border-radius: 10px;
padding-top: 5px;
@@ -165,27 +156,11 @@ window#waybar {
padding-right: 10px;
}
-#custom-nettraf {
- min-width: 120px;
- padding-right: 10px;
-}
-
-#custom-microphone {
- padding-right: 10px;
-}
-
-#custom-volume {
- padding-right: 10px;
-}
-
-#custom-clock {
- padding-right: 10px;
-}
-
-#custom-internet {
- padding-right: 10px;
-}
-
-#tray {
+#custom-microphone,
+#custom-volume,
+#custom-clock,
+#custom-internet,
+#tray
+{
padding-right: 10px;
}