From 6773c6cdec55485367e0de2450d2215444ddf2d0 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Sun, 26 Apr 2026 10:26:34 +0200 Subject: rofi slate theme --- artix/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'artix/Makefile') 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: -- cgit v1.2.3