aboutsummaryrefslogtreecommitdiff
path: root/home-manager/programs/ags/bar/style.css
diff options
context:
space:
mode:
authorspl3g <spleefer6@yandex.ru>2023-12-31 15:08:06 +0300
committerspl3g <spleefer6@yandex.ru>2025-05-01 14:56:39 +0300
commitb8a5c62b112859f463a53ac97b43f7f8cdc544a9 (patch)
tree8b320bc9631fbd60ffe4b701e6afee148bb2313a /home-manager/programs/ags/bar/style.css
parent7db487dba2262af7b7822d110122ff496070ca92 (diff)
uhm
Diffstat (limited to 'home-manager/programs/ags/bar/style.css')
-rw-r--r--home-manager/programs/ags/bar/style.css26
1 files changed, 0 insertions, 26 deletions
diff --git a/home-manager/programs/ags/bar/style.css b/home-manager/programs/ags/bar/style.css
deleted file mode 100644
index 900d84f..0000000
--- a/home-manager/programs/ags/bar/style.css
+++ /dev/null
@@ -1,26 +0,0 @@
-* {
- font-family: Material Design Icons, Rubik Medium;
- font-size: 14px;
- color: #6e6a86;
-}
-
-.window {
- border-radius: 10px;
- background: #1f1d2e;
- border: 3px solid #363a4f;
-}
-
-.battery {
- margin-right: 6px;
-}
-
-.workspaces button {
- font-size: 15px;
- transition: all 100ms ease-out;
-}
-
-.workspaces button:active {
- font-weight: bolder;
- color: #908caa;
- transition: all 100ms ease-out;
-}