Skip to content

Commit

Permalink
[rofi] display icons
Browse files Browse the repository at this point in the history
Also add emacs mode comment to rofi theme
  • Loading branch information
joaofnds committed Sep 21, 2019
1 parent 93fb289 commit 42157e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
8 changes: 6 additions & 2 deletions dot_config/rofi/config.tmpl
Expand Up @@ -2,13 +2,17 @@
rofi.font: Dank Mono 18
rofi.theme: ~/.config/rofi/solarized.rasi
rofi.modi: drun,run,window,ssh
rofi.width: 20
rofi.width: 24
rofi.lines: 10
rofi.bw: 0
rofi.terminal: alacritty
rofi.sidebar-mode: true
rofi.matching: normal
rofi.display-run: binary
rofi.display-drun: program

rofi.show-icons: true
rofi.cycle: true
rofi.hide-scrollbar: true
rofi.disable-history: false
rofi.display-drun: apps
{{- end }}
7 changes: 2 additions & 5 deletions dot_config/rofi/solarized.rasi.tmpl
@@ -1,9 +1,6 @@
{{- if eq .chezmoi.os "linux" }}
/******************************************************************************
* ROFI Color theme
* User: Rasi
* Copyright: Rasmus Steinke
******************************************************************************/
/*-*- mode: css; -*-*/

* {
selected-normal-foreground: rgba ( 129, 147, 150, 100 % );
foreground: rgba ( 129, 147, 150, 100 % );
Expand Down

0 comments on commit 42157e5

Please sign in to comment.