Skip to content

Instantly share code, notes, and snippets.

@matheusfaustino
Last active April 9, 2020 02:37
Show Gist options
  • Save matheusfaustino/0f5897724e45b8127366e2b4be8e48e4 to your computer and use it in GitHub Desktop.
Save matheusfaustino/0f5897724e45b8127366e2b4be8e48e4 to your computer and use it in GitHub Desktop.
Rofi Setup Ubuntu (fullscreen)

Installation: rofi-dev version from apt

Plugin:

Command (shortcut alt + space):

nice -n 0 rofi -lazy-grab -combi-modi window,drun -show combi -modi combi,calc -no-levenshtein-sort

  • Use the shift + arrow to change to live calculator
  • -no-levenshtein-sort = "enable" sorting by use

Config File:

#rofi.fullscreen: true
rofi.color-enabled: true
#rofi.color-window: argb:e8222D32,argb:00292f37,#EBCB8B

# tava esse
rofi.color-window: argb:e8002b36,argb:00292f37,#b58900

#rofi.color-normal: argb:02000000,#D8DEE9,argb:02000000,argb:02000000,#EBCB8B

#tava essses
rofi.color-normal: argb:02000000,#D8DEE9,argb:02000000,argb:02000000,#268bd2
rofi.color-active: argb:02000000,#D8DEE9,argb:02000000,argb:02000000,#D8DEE9
rofi.color-urgent: argb:02000000,#D8DEE9,argb:02000000,argb:02000000,#D8DEE9

rofi.font: Meslo LG L for Powerline 12
rofi.eh: 1
rofi.line-margin: 20
rofi.separator-style: solid
rofi.hide-scrollbar: true
rofi.lines: 12
#rofi.width: 100
#rofi.padding: 200
rofi.bw: 0
rofi.show-icons: true


#rofi.theme: material
rofi.plugin-path: /usr/lib/rofi
rofi.theme: /usr/share/rofi/themes/android_notification.rasi

Config example - not mine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment