updates people, updates

This commit is contained in:
Rouven Seifert 2023-02-14 19:49:31 +01:00
parent 19580dd4f2
commit 93a33fbe51
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
4 changed files with 12 additions and 8 deletions

View file

@ -18,7 +18,7 @@
colors = config.colorScheme.colors;
in
{
alpha = 0.0;
alpha = if (config.colorScheme.kind == "dark") then 0.0 else 1.0;
background = colors.base00;
foreground = colors.base05;
regular0 = colors.base02;

View file

@ -6,6 +6,9 @@ monitor=eDP-1, 1920x1080, 0x0, 1
# Execute your favorite apps at launch
exec-once = waybar & hyprpaper
# temp fix since the foot service starts too early
exec-once = systemctl --user restart foot
# Source a file (multi-file configs)
# source = ~/.config/hypr/myColors.conf