aboutsummaryrefslogtreecommitdiff
path: root/waybar/style.css
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2025-12-08 11:53:23 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2025-12-08 11:53:23 +0530
commite6cf56ead8382d6bcd4d9f8d7a28490887bae92a (patch)
tree95160419d00e5f278a0cefbf1916c4f9a852742d /waybar/style.css
parent6cdd44c09685f15b66bf247801a7d5fbc0f2d0f3 (diff)
miraged from waybar to quickshell
Diffstat (limited to 'waybar/style.css')
-rw-r--r--waybar/style.css23
1 files changed, 0 insertions, 23 deletions
diff --git a/waybar/style.css b/waybar/style.css
deleted file mode 100644
index 9efc646..0000000
--- a/waybar/style.css
+++ /dev/null
@@ -1,23 +0,0 @@
-* {
- font-family: "JetBrainsMono Nerd Font", monospace;
- font-weight: bold;
- font-size: 16px;
- color: #c6d0f5;
- margin: 0;
- border-radius: 0px;
-}
-
-#waybar {
- background-color: rgb(0, 0, 0);
-}
-
-#workspaces button:hover {
- background-color: #303030;
- margin: 0px;
- border-radius: 0px;
-}
-
-#workspaces button.active {
- background-color: #28CD41;
- color: #ea999c;
-}