Skip to content

Commit

Permalink
[update] : Rofi setting for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
watasuke102 committed Sep 10, 2021
1 parent cf19f0d commit 96fc6da
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ menuconfig-script/kernel_choice_*
/out/
out
/pacman-*.conf
.config
/.config
menuconfig-script/channels_menuconfig-*
17 changes: 0 additions & 17 deletions channels/i3/airootfs.any/etc/skel/.config/rofi/config

This file was deleted.

20 changes: 20 additions & 0 deletions channels/i3/airootfs.any/etc/skel/.config/rofi/config.rasi
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/* ---------------------------------------------
* Alter Linux i3wm edition
* Rofi config file
*
* Watasuke
* Twitter: @Watasuke102
* Email : [email protected]
*
* (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";
}

0 comments on commit 96fc6da

Please sign in to comment.