summaryrefslogtreecommitdiff
path: root/config/waybar/style.css
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-02-01 18:40:39 +0530
committerGitHub <noreply@github.com>2024-02-01 18:40:39 +0530
commit88cc3e7e0765b5dd11b06db442ad46536342bba5 (patch)
treed3b1c7b0d54ef3c2274d64967a3bcd2818c03c8e /config/waybar/style.css
parent01bb0877c285383fd2857920048bd2576f4d31e9 (diff)
Updates (#1)
* . * . * . * . * . * . * . * . * . * . * update * . * temp * . * . * . * . * . * . * . * . * . * . * . * . * temp * . * . * . * update
Diffstat (limited to 'config/waybar/style.css')
-rw-r--r--config/waybar/style.css99
1 files changed, 0 insertions, 99 deletions
diff --git a/config/waybar/style.css b/config/waybar/style.css
deleted file mode 100644
index 139b7cd..0000000
--- a/config/waybar/style.css
+++ /dev/null
@@ -1,99 +0,0 @@
-* {
- font-family: UbuntuMono Nerd Font Mono;
- font-weight: 500;
- font-size: 16px;
-}
-
-window#waybar {
- background-color: rgba(27, 27, 27, 1);
- color: #f2f0fa;
- transition-property: background-color;
- transition-duration: .5s;
-}
-
-button {
- box-shadow: inset 0 -3px transparent;
- border: none;
- border-radius: 0px;
-}
-
-button:hover {
- background: inherit;
-}
-
-#custom-launcher {
- margin: 0 10px;
- padding: 0 10px;
-}
-
-#workspaces {
- border-radius: 10px;
- background-color: #f2f0fa;
- color: #272727;
- padding: 0 10px;
- margin: 0px 4px;
-}
-
-#workspaces button {
- padding: 0 10px;
- color: #272727;
- background-color: #f2f0fa;
-}
-
-#clock {
- padding: 0 10px;
- margin: 0 10px;
- color: #f2f0fa;
- border-radius: 0px;
-}
-
-#battery,
-#cpu,
-#backlight {
- padding: 0 10px;
- margin: 0 0px;
- background-color: #f2f0fa;
- color: #272727;
-}
-
-#battery {
- border-radius: 0px 10px 10px 0px;
-}
-
-#cpu {
- border-radius: 10px 0px 0px 10px;
-}
-
-#tray {
- padding: 0 10px;
- margin: 0 0px;
- border-radius: 10px;
- margin: 0 10px;
-}
-
-#window {
- margin: 0 4px;
-}
-
-/* If workspaces is the leftmost module, omit left margin */
-.modules-left > widget:first-child > #workspaces {
- margin-left: 0;
-}
-
-#battery.critical:not(.charging) {
- background-color: #f53c3c;
- color: #ffffff;
-}
-
-label:focus {
- background-color: #000000;
-}
-
-#tray > .passive {
- -gtk-icon-effect: dim;
-}
-
-#tray > .needs-attention {
- -gtk-icon-effect: highlight;
- background-color: #eb4d4b;
-}