summaryrefslogtreecommitdiff
path: root/.config/waybar/old-style.css
diff options
context:
space:
mode:
authorJackJ30 <jackqjamison@proton.me>2024-09-09 00:07:54 -0400
committerJackJ30 <jackqjamison@proton.me>2024-09-09 00:07:54 -0400
commite57370dbf542b165e430cc8c708677625a9f8ed4 (patch)
tree411647a48d8d8fedf9434653e2c92f059bebfa82 /.config/waybar/old-style.css
parentee71cba8d51ea5635ebda2ba0c776e8378706c6d (diff)
laptop config
Diffstat (limited to '.config/waybar/old-style.css')
-rw-r--r--.config/waybar/old-style.css64
1 files changed, 0 insertions, 64 deletions
diff --git a/.config/waybar/old-style.css b/.config/waybar/old-style.css
deleted file mode 100644
index a3fbfc9..0000000
--- a/.config/waybar/old-style.css
+++ /dev/null
@@ -1,64 +0,0 @@
-* {
- font-family: "Fira Code";
-}
-
-#waybar {
- background: #171717;
- color: #fff;
-}
-
-#clock {
- color: #fff;
-}
-
-#tray {
- padding-left: 2px;
-}
-
-#workspaces button:hover {
- background-color: transparent;
-}
-
-#workspaces button {
- color: #737373;
- padding-left: 2px;
- padding-right: 2px;
- border: none;
-}
-
-#workspaces button.active {
- color: #84cc16;
-}
-
-#window {
- color: #fff;
-}
-
-#network {
- color: #3b82f6;
- margin-right: 8px;
-}
-
-#pulseaudio {
- color: #14b8a6;
- margin-right: 4px;
-}
-
-#cpu {
- color: #0ea5e9;
- margin-right: 4px;
-}
-
-#temperature {
- color: #eab308;
- margin-right: 4px;
-}
-
-#memory {
- color: #d946ef;
- margin-right: 4px;
-}
-
-#custom-powermenu {
- color: #f43f5e;
-}