From e6cf56ead8382d6bcd4d9f8d7a28490887bae92a Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Mon, 8 Dec 2025 11:53:23 +0530 Subject: miraged from waybar to quickshell --- waybar/style.css | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 waybar/style.css (limited to 'waybar/style.css') 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; -} -- cgit v1.2.3