diff options
| -rw-r--r-- | Makefile | 3 | ||||
| -rw-r--r-- | X11/rofi/config.rasi | 12 |
2 files changed, 15 insertions, 0 deletions
| @@ -81,6 +81,9 @@ theme: | |||
| 81 | openbox: theme | 81 | openbox: theme |
| 82 | ln -sf `pwd`/X11/openbox/rc.xml ~/.config/openbox/ | 82 | ln -sf `pwd`/X11/openbox/rc.xml ~/.config/openbox/ |
| 83 | 83 | ||
| 84 | rofi: | ||
| 85 | ln -sf `pwd`/X11/rofi/config.rasi ~/.config/rofi/config.rasi | ||
| 86 | |||
| 84 | archcraft: | 87 | archcraft: |
| 85 | ls -sf `pwd`/tools/desktop/takeshot /usr/local/bin/takeshot | 88 | ls -sf `pwd`/tools/desktop/takeshot /usr/local/bin/takeshot |
| 86 | 89 | ||
diff --git a/X11/rofi/config.rasi b/X11/rofi/config.rasi new file mode 100644 index 0000000..66f2330 --- /dev/null +++ b/X11/rofi/config.rasi | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | configuration { | ||
| 2 | show-icons: true; | ||
| 3 | icon-theme: "Zafiro"; | ||
| 4 | terminal: "alacritty"; | ||
| 5 | cycle: false; | ||
| 6 | hide-scrollbar: true; | ||
| 7 | disable-history: false; | ||
| 8 | } | ||
| 9 | window { | ||
| 10 | font: "hacker 22"; | ||
| 11 | children: [ inputbar, message, listview, mode-switcher ]; | ||
| 12 | } | ||