mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
updates people, updates
This commit is contained in:
parent
19580dd4f2
commit
93a33fbe51
4 changed files with 12 additions and 8 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue