fix: waybar colors
This commit is contained in:
@@ -13,5 +13,5 @@ post_hook = "hyprctl reload"
|
|||||||
|
|
||||||
[templates.waybar]
|
[templates.waybar]
|
||||||
input_path = "~/.config/matugen/templates/waybar"
|
input_path = "~/.config/matugen/templates/waybar"
|
||||||
output_path = "~/.config/waybar/colors.conf"
|
output_path = "~/.config/waybar/matugen.css"
|
||||||
post_hook = "killall -SIGUSR2 .waybar-wrapped"
|
post_hook = "killall -SIGUSR2 .waybar-wrapped"
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
{config, ...}: {
|
{config, ...}: {
|
||||||
programs.waybar = {
|
programs.waybar = {
|
||||||
style = ''
|
style = ''
|
||||||
@import "matugen.css"
|
@import "matugen.css";
|
||||||
* {
|
* {
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
color: @foreground;
|
color: @on_surface;
|
||||||
|
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
@@ -81,7 +81,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#custom-screenrecording-indicator.active {
|
#custom-screenrecording-indicator.active {
|
||||||
color: #a55555;
|
color: @on_secondary;
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user