aboutsummaryrefslogtreecommitdiff
path: root/home-manager/programs/ags/bar/style.css
diff options
context:
space:
mode:
authorspl3g <spleefer6@yandex.ru>2023-11-29 00:22:23 +0300
committerspl3g <spleefer6@yandex.ru>2023-11-29 00:22:23 +0300
commit2fcdab89e98354f5a69cfe1c3dfa23e9d04f60b8 (patch)
treef3a80376fddcf87c86c72a327ba4ba103900fd7b /home-manager/programs/ags/bar/style.css
parentddd3490dfb592417163e801994a60854dac135fe (diff)
update configs
Diffstat (limited to 'home-manager/programs/ags/bar/style.css')
-rw-r--r--home-manager/programs/ags/bar/style.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/home-manager/programs/ags/bar/style.css b/home-manager/programs/ags/bar/style.css
new file mode 100644
index 0000000..900d84f
--- /dev/null
+++ b/home-manager/programs/ags/bar/style.css
@@ -0,0 +1,26 @@
+* {
+ 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;
+}