diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2020-10-18 17:59:07 +0200 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2020-10-18 17:59:07 +0200 |
commit | 8cf55ca9b350387981649c121305148cac414844 (patch) | |
tree | a10e336bfb7310c79c75bcdf1a96e2340754f0a9 | |
parent | ad623e02c2255517fde4cdf4caa0e373b64aadb2 (diff) | |
download | dotfiles-8cf55ca9b350387981649c121305148cac414844.tar.gz dotfiles-8cf55ca9b350387981649c121305148cac414844.tar.bz2 dotfiles-8cf55ca9b350387981649c121305148cac414844.zip |
Rofi theme
-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" |