ags: MASSIVE REVAMP

This commit is contained in:
biscuit
2025-06-11 20:57:02 -05:00
parent 38ba3a2fdb
commit b41a820dcc
3 changed files with 66 additions and 21 deletions
+33 -4
View File
@@ -1,8 +1,21 @@
@use "sass:color";
$bg: #212223;
// default
// $bg: #212223;
// $fg: #f1f1f1;
// $accent: #378DF7;
// $radius: 7px;
// Kanagawa Theme
// $bg: #1F1F28;
// $fg: #DCD7BA;
// $accent: #C0A36E;
// $radius: 7px;
// mstcl
$bg: #121212;
$fg: #f1f1f1;
$accent: #378DF7;
$accent: #C0A36E;
$radius: 7px;
window.Bar {
@@ -12,7 +25,7 @@ window.Bar {
color: $fg;
font-size: 1.1em;
font-weight: bold;
font-family: "Rubik";
font-family: "JetBrainsMono Nerd Font";
label {
margin: 0 8px;
@@ -55,8 +68,24 @@ window.Bar {
}
}
.Time {
.TimeHM {
font-weight: bold;
color: $accent;
}
.TimeDate {
// color: color.adjust($fg, $lightness: -10%);
color: $fg;
opacity: 0.85;
font-weight: normal;
}
}
.FocusedClient {
color: $accent;
color: color.adjust($fg, $lightness: -30%);
opacity: 0.7;
}
.Media .Cover {