diff options
| author | Yigit Sever | 2020-09-28 17:08:59 +0300 |
|---|---|---|
| committer | Yigit Sever | 2020-09-28 17:08:59 +0300 |
| commit | 830b0f853bd40489af22d91164dde65234c898db (patch) | |
| tree | 04daf40a13ddb970de8f1b4fb226b3e97a95ef69 /.config/rofi | |
| parent | 622cde43769bb16c44eb6e1c2c804a741634eece (diff) | |
| download | dotfiles-830b0f853bd40489af22d91164dde65234c898db.tar.gz dotfiles-830b0f853bd40489af22d91164dde65234c898db.tar.bz2 dotfiles-830b0f853bd40489af22d91164dde65234c898db.zip | |
rofi conf upgrade
Diffstat (limited to '.config/rofi')
| -rw-r--r-- | .config/rofi/config | 4 | ||||
| -rw-r--r-- | .config/rofi/config.rasi | 10 |
2 files changed, 10 insertions, 4 deletions
diff --git a/.config/rofi/config b/.config/rofi/config deleted file mode 100644 index ba268d9..0000000 --- a/.config/rofi/config +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | rofi.modi: combi,ssh | ||
| 2 | rofi.combi-modi: window,drun | ||
| 3 | rofi.terminal: kitty | ||
| 4 | rofi.theme: onedark | ||
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi new file mode 100644 index 0000000..be1a68b --- /dev/null +++ b/.config/rofi/config.rasi | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | configuration { | ||
| 2 | modi: "combi,ssh"; | ||
| 3 | show-icons: true; | ||
| 4 | terminal: "kitty"; | ||
| 5 | combi-modi: "window,drun"; | ||
| 6 | theme: "onedark"; | ||
| 7 | display-window: "↪"; | ||
| 8 | display-run: "!"; | ||
| 9 | display-drun: "λ"; | ||
| 10 | } | ||
