aboutsummaryrefslogtreecommitdiff
path: root/waybar/style.css
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2025-11-27 01:08:37 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2025-11-27 01:08:37 -0500
commit488dec64b403ae4aba65cad0e46b4d2767f0b2dd (patch)
treea12d6319d4706fdfb25b5938fe76d1c2a9711482 /waybar/style.css
parenta9f6e9b1f1c0e4f0a628954e3427bf5020d486c0 (diff)
downloadrivercfg-488dec64b403ae4aba65cad0e46b4d2767f0b2dd.tar.gz
rivercfg-488dec64b403ae4aba65cad0e46b4d2767f0b2dd.tar.xz
Automatic light/dark mode switching. What a pain.
Diffstat (limited to 'waybar/style.css')
-rw-r--r--waybar/style.css75
1 files changed, 0 insertions, 75 deletions
diff --git a/waybar/style.css b/waybar/style.css
deleted file mode 100644
index efff8ea..0000000
--- a/waybar/style.css
+++ /dev/null
@@ -1,75 +0,0 @@
-/* window.eDP-1 * { font-size: 18px; } */
-
-* {
- /* font-family: "curie"; */
- font-family: "IBM 3270";
- font-size: 14px;
-
- padding: 0px;
- margin: 0px;
-}
-
-window#waybar {
- /* background: transparent; */
- background: #282828;
-
-}
-
-window#waybar.hidden {
- opacity: 0.2;
-}
-
-#window {
- color: #ebdbb2;
-}
-
-#tags {
-}
-
-#tags button {
- color: #4c566a;
- background: transparent;
-}
-
-#tags button.occupied {
- transition: none;
- color: #a3be8c;
- background: transparent;
-}
-
-#tags button.focused {
- color: #81a1c1;
- background: #4C566A;
-
- border-radius: inherit;
-}
-
-#tags button:hover {
- transition: none;
- box-shadow: inherit;
- text-shadow: inherit;
- color: #81a1c1;
-}
-
-#temperature {
- background: transparent;
- color: #81A1C1;
-}
-
-#pulseaudio {
- color: #D08770;
- background: transparent;
-}
-
-#battery {
- color: #A3BE8C;
- background: transparent;
-}
-
-.modules-right {
- color: #8FBCBB;
-}
-
-#network, #cpuTemp, #battery, #pulseaudio, #date, #powerUsage {
- padding-left: 15px;
-}