We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf19f0d commit 96fc6daCopy full SHA for 96fc6da
.gitignore
@@ -26,5 +26,5 @@ menuconfig-script/kernel_choice_*
26
/out/
27
out
28
/pacman-*.conf
29
-.config
+/.config
30
menuconfig-script/channels_menuconfig-*
channels/i3/airootfs.any/etc/skel/.config/rofi/config
channels/i3/airootfs.any/etc/skel/.config/rofi/config.rasi
@@ -0,0 +1,20 @@
1
+/* ---------------------------------------------
2
+ * Alter Linux i3wm edition
3
+ * Rofi config file
4
+ *
5
+ * Watasuke
6
+ * Twitter: @Watasuke102
7
+ * Email : [email protected]
8
9
+ * (c) 2019-2021 Fascode Network.
10
+ * ---------------------------------------------
11
+ */
12
+
13
+configuration {
14
+ modi : "drun,power:~/.config/rofi/power.sh";
15
+ font : "hack 10";
16
+ show-icons : true;
17
+ icon-theme : "Inverse-blue";
18
+ theme : "~/.config/rofi/alter-dark.rasi";
19
+ kb-cancel : "Escape";
20
+}
0 commit comments