summaryrefslogtreecommitdiff
path: root/_linux
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2023-12-29 10:15:55 +0100
committerkkard2 <[email protected]>2023-12-29 10:15:55 +0100
commit5434294957b7574e6600e690f10e7bead72180c7 (patch)
tree746c92ddaac4af8c282767cbc6e0fa309ce297f4 /_linux
parent3fe8b5a824d7a77e6137a39e4fbcdd930587bac2 (diff)
there are some critical errors but i don't mind
Diffstat (limited to '_linux')
-rw-r--r--_linux/waybar/style.css23
1 files changed, 10 insertions, 13 deletions
diff --git a/_linux/waybar/style.css b/_linux/waybar/style.css
index d7df909..2cd7c4a 100644
--- a/_linux/waybar/style.css
+++ b/_linux/waybar/style.css
@@ -55,7 +55,7 @@
padding: 0;
box-shadow: none;
text-shadow: none;
- icon-shadow: none;
+ -gtk-icon-shadow: none;
}
/* The whole bar */
@@ -87,26 +87,23 @@
}
/* Each critical module */
+
#mode,
#memory.critical,
#cpu.critical,
#temperature.critical,
#battery.critical.discharging {
- animation-timing-function: linear;
- animation-iteration-count: infinite;
- animation-direction: alternate;
- animation-name: blink-critical;
- animation-duration: 1s;
+ color: #ff0000;
}
/* Each warning */
-#network.disconnected,
-#memory.warning,
-#cpu.warning,
-#temperature.warning,
-#battery.warning.discharging {
- color: @warning;
-}
+/* #network.disconnected, */
+/* #memory.warning, */
+/* #cpu.warning, */
+/* #temperature.warning, */
+/* #battery.warning.discharging { */
+/* color: @warning; */
+/* } */
/* And now modules themselves in their respective order */