mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-04 12:02:09 +02:00
change styling & font
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -23,8 +23,8 @@
|
|||||||
"group/extras"
|
"group/extras"
|
||||||
"pulseaudio"
|
"pulseaudio"
|
||||||
"battery"
|
"battery"
|
||||||
"custom/notification"
|
|
||||||
"clock"
|
"clock"
|
||||||
|
"custom/notification"
|
||||||
];
|
];
|
||||||
|
|
||||||
battery = {
|
battery = {
|
||||||
@@ -156,6 +156,10 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
style = ''
|
style = ''
|
||||||
|
* {
|
||||||
|
font-family: ${config.stylix.fonts.serif.name}, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
@@ -239,17 +243,13 @@
|
|||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock {
|
#custom-notification {
|
||||||
background: #${config.lib.stylix.colors.base0D};
|
background: #${config.lib.stylix.colors.base0D};
|
||||||
color: #${config.lib.stylix.colors.base05};
|
color: #${config.lib.stylix.colors.base05};
|
||||||
margin-right: 25px;
|
font-size: 20px;
|
||||||
background-size: 300% 300%;
|
|
||||||
text-shadow: 0 0 5px rgba(0, 0, 0, 0.377);
|
|
||||||
font-size: 15px;
|
|
||||||
padding-top: 5px;
|
|
||||||
padding-right: 21px;
|
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
padding-left: 20px
|
padding-left: 20px;
|
||||||
|
padding-right: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery {
|
#battery {
|
||||||
|
|||||||
Reference in New Issue
Block a user