diff --git a/.gitignore b/.gitignore index 4e78186cd..60714e261 100644 --- a/.gitignore +++ b/.gitignore @@ -26,5 +26,5 @@ menuconfig-script/kernel_choice_* /out/ out /pacman-*.conf -.config +/.config menuconfig-script/channels_menuconfig-* diff --git a/channels/i3/airootfs.any/etc/skel/.config/rofi/config b/channels/i3/airootfs.any/etc/skel/.config/rofi/config deleted file mode 100644 index 63141e78d..000000000 --- a/channels/i3/airootfs.any/etc/skel/.config/rofi/config +++ /dev/null @@ -1,17 +0,0 @@ -# --------------------------------------------- -# Alter Linux i3wm edition -# Rofi config file -# -# Watasuke -# Twitter: @Watasuke102 -# Email : Watasuke102@gmail.com -# -# (c) 2019-2021 Fascode Network. -# --------------------------------------------- - -rofi.modi : drun,power:~/.config/rofi/power.sh -rofi.font : hack 10 -rofi.show-icons : true -rofi.icon-theme : Inverse-blue -rofi.theme : ~/.config/rofi/alter-dark.rasi -rofi.kb-cancel : Escape diff --git a/channels/i3/airootfs.any/etc/skel/.config/rofi/config.rasi b/channels/i3/airootfs.any/etc/skel/.config/rofi/config.rasi new file mode 100644 index 000000000..60413777e --- /dev/null +++ b/channels/i3/airootfs.any/etc/skel/.config/rofi/config.rasi @@ -0,0 +1,20 @@ +/* --------------------------------------------- + * Alter Linux i3wm edition + * Rofi config file + * + * Watasuke + * Twitter: @Watasuke102 + * Email : Watasuke102@gmail.com + * + * (c) 2019-2021 Fascode Network. + * --------------------------------------------- + */ + +configuration { + modi : "drun,power:~/.config/rofi/power.sh"; + font : "hack 10"; + show-icons : true; + icon-theme : "Inverse-blue"; + theme : "~/.config/rofi/alter-dark.rasi"; + kb-cancel : "Escape"; +}