Changed rofi configuration and files location

This commit is contained in:
Roger Gonzalez 2020-03-22 19:41:19 -03:00
parent a9e48b44d3
commit aa58e3cafd
3 changed files with 10 additions and 7 deletions

View File

@ -76,7 +76,7 @@ bindsym $mod+Return exec $terminal
bindsym $mod+Shift+q kill
# start rofi (a program launcher)
bindsym $mod+d exec --no-startup-id "rofi -combi-modi window,drun,ssh,comby -theme ~/.config/rofi/theme/rogs.rasi -font \\"hack 22\\" -show combi"
bindsym $mod+d exec --no-startup-id "rofi -combi-modi window,drun -show combi"
# change focus
bindsym $mod+h focus left

View File

@ -4,9 +4,6 @@
# |_| \___/ \__, |___/ https://git.rogs.me
# |___/
#
configuration {
modi: "window,drun,ssh,combi";
theme: gruvbox-dark-hard;
font: "hack 22";
combi-modi: "window,drun,ssh";
}
rofi.modi: window,drun,combi
rofi.theme: ~/.config/rofi/theme/rogs.rasi
rofi.font : hack 22

View File

@ -1,4 +1,10 @@
/**
*
* | '__/ _ \ / _` / __| Roger González
* | | | (_) | (_| \__ \ https://rogs.me
* |_| \___/ \__, |___/ https://git.rogs.me
* |___/
*
* ROFI Color theme
* User: rogs
* Copyright: Roger Gonzalez