diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2026-04-26 10:26:34 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2026-04-26 10:26:34 +0200 |
| commit | 6773c6cdec55485367e0de2450d2215444ddf2d0 (patch) | |
| tree | c6cfeede8f271f81ed79b291463fa459b1b10f5c /artix/Makefile | |
| parent | 35559da0ccb4205865a5f61c54922253f743b469 (diff) | |
rofi slate theme
Diffstat (limited to 'artix/Makefile')
| -rw-r--r-- | artix/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/artix/Makefile b/artix/Makefile index 1a8d68b..31cebb6 100644 --- a/artix/Makefile +++ b/artix/Makefile @@ -13,6 +13,7 @@ config: unstow envsubst < template/alacritty/alacritty.toml > home/.config/alacritty/alacritty.toml; \ envsubst < template/dunst/dunstrc > home/.config/dunst/dunstrc; \ envsubst < template/waybar/style.css > home/.config/waybar/style.css + sed -i "s/@theme.*/@theme \"$(COLORSCHEME).rasi\"/g" home/.config/rofi/config.rasi make stow stow: |
