Skip to content

Commit 96fc6da

Browse files
committed
[update] : Rofi setting for new version
1 parent cf19f0d commit 96fc6da

File tree

3 files changed

+21
-18
lines changed

3 files changed

+21
-18
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ menuconfig-script/kernel_choice_*
2626
/out/
2727
out
2828
/pacman-*.conf
29-
.config
29+
/.config
3030
menuconfig-script/channels_menuconfig-*

channels/i3/airootfs.any/etc/skel/.config/rofi/config

-17
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/* ---------------------------------------------
2+
* Alter Linux i3wm edition
3+
* Rofi config file
4+
*
5+
* Watasuke
6+
* Twitter: @Watasuke102
7+
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

Comments
 (0)