diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-07-03 11:15:29 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-07-03 11:15:29 +0530 |
| commit | 7761e6de5f85219639dfd1f4fa3b9ea3aabaac5b (patch) | |
| tree | 58251837f0cdd31643f5f0dbe6bca788f5f23590 | |
| parent | bade159d4eb21bc8c04664e61cbd8438d03de748 (diff) | |
| download | nixos-config-7761e6de5f85219639dfd1f4fa3b9ea3aabaac5b.tar.gz nixos-config-7761e6de5f85219639dfd1f4fa3b9ea3aabaac5b.zip | |
Theme change
| -rw-r--r-- | config/zsh/theme.zsh | 2 | ||||
| -rw-r--r-- | modules/xresources.home.nix | 7 | ||||
| -rw-r--r-- | modules/xresources/dark.nix | 6 | ||||
| -rwxr-xr-x | packages/dwm/autostart.sh | 3 | ||||
| m--------- | packages/dwm/source | 0 | ||||
| m--------- | packages/st/source | 0 |
6 files changed, 12 insertions, 6 deletions
diff --git a/config/zsh/theme.zsh b/config/zsh/theme.zsh index baeae3e..c6341df 100644 --- a/config/zsh/theme.zsh +++ b/config/zsh/theme.zsh @@ -47,7 +47,7 @@ prompt() { p_status; p_dir; echo -n '$(p_git)'; - segment "λ" black white; + segment "" black 13; } export PROMPT="$(prompt) "; diff --git a/modules/xresources.home.nix b/modules/xresources.home.nix index 818db22..4138ec5 100644 --- a/modules/xresources.home.nix +++ b/modules/xresources.home.nix @@ -1,9 +1,8 @@ -{ config, pkgs, epkgs, ... }: +{ ... }: { xresources.properties = let - theme = import ./xresources/catcula.nix; - # theme = import ./xresources/tealicious.nix; + theme = import ./xresources/dark.nix; in { "*.foreground" = theme.foreground; @@ -11,7 +10,7 @@ "*.cursorColor" = theme.foreground; "*.accent" = theme.accent; - "*.color0" = "#15121f"; + "*.color0" = "#171717"; "*.color8" = "#555555"; "*.color1" = "#e06c75"; diff --git a/modules/xresources/dark.nix b/modules/xresources/dark.nix new file mode 100644 index 0000000..4762fca --- /dev/null +++ b/modules/xresources/dark.nix @@ -0,0 +1,6 @@ +{ + background = "#000000"; + background-light = "#111111"; + foreground = "#d8dee9"; + accent = "#4e3aA3"; +} diff --git a/packages/dwm/autostart.sh b/packages/dwm/autostart.sh index 4a6bd11..1187b93 100755 --- a/packages/dwm/autostart.sh +++ b/packages/dwm/autostart.sh @@ -45,7 +45,8 @@ echo "[Autostart]: Running daemons"; spew "shotkey" shotkey; # Wallpaper -run "" ~/.fehbg; +# run "" ~/.fehbg; +hsetroot -solid "#141313" # Notification daemon spew "dunst" dunst -config ~/.config/dunst/dunstrc; diff --git a/packages/dwm/source b/packages/dwm/source -Subproject 530b99049744bd93ca85fb809b43ff87695e1b5 +Subproject 8441c72d3808524ecff8ce4c13a790a1932371f diff --git a/packages/st/source b/packages/st/source -Subproject c75c872abb5f91a858ebc90905dc76f7d2eefd7 +Subproject 63f1b2ff90c3b227304c0dfe0c98f99730c82b7 |
