diff options
-rw-r--r-- | .gitignore | 5 | ||||
-rw-r--r-- | rofi/config.rasi | 1 |
2 files changed, 1 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index b3ebf9e..0000000 --- a/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -Documents/ -Nextcloud/ -dev/ -go/ -tor-browser_en-US/
\ No newline at end of file diff --git a/rofi/config.rasi b/rofi/config.rasi index 1d4149f..6f5608e 100644 --- a/rofi/config.rasi +++ b/rofi/config.rasi @@ -4,3 +4,4 @@ configuration { terminal: "termite"; combi-modi: "window,run"; } +@import "/usr/share/rofi/themes/fancy.rasi" |