Icons for rofi

This commit is contained in:
Christian Colglazier 2020-07-03 13:21:08 -04:00
parent 99d0355813
commit dbe74db2c2
2 changed files with 6 additions and 6 deletions

View File

@ -21,7 +21,7 @@ bindsym $mod+q kill
# start dmenu (a program launcher) # start dmenu (a program launcher)
#bindsym $mod+d exec --no-startup-id dmenu_run -i -nb '#000000' -nf $blue -sb $pink -sf $lpink -fn 'SF Pro Display:semibold:fixed:pixelsize=18' #bindsym $mod+d exec --no-startup-id dmenu_run -i -nb '#000000' -nf $blue -sb $pink -sf $lpink -fn 'SF Pro Display:semibold:fixed:pixelsize=18'
bindsym $mod+d exec --no-startup-id rofi -show run -theme ~/.config/rofi/themes/aqua bindsym $mod+d exec --no-startup-id rofi -show combi -theme ~/.config/rofi/themes/aqua
# change focus # change focus
bindsym $mod+j focus left bindsym $mod+j focus left
bindsym $mod+k focus down bindsym $mod+k focus down

View File

@ -1,5 +1,5 @@
configuration { configuration {
/* modi: "window,run,ssh";*/ modi: "window,run,ssh";
width: 30; width: 30;
lines: 10; lines: 10;
/* columns: 1;*/ /* columns: 1;*/
@ -10,7 +10,7 @@ configuration {
/* yoffset: 0;*/ /* yoffset: 0;*/
/* xoffset: 0;*/ /* xoffset: 0;*/
/* fixed-num-lines: true;*/ /* fixed-num-lines: true;*/
/* show-icons: false;*/ show-icons: true;
terminal: "alacritty"; terminal: "alacritty";
/* ssh-client: "ssh";*/ /* ssh-client: "ssh";*/
/* ssh-command: "{terminal} -e {ssh-client} {host} [-p {port}]";*/ /* ssh-command: "{terminal} -e {ssh-client} {host} [-p {port}]";*/
@ -34,7 +34,7 @@ configuration {
/* auto-select: false;*/ /* auto-select: false;*/
/* parse-hosts: false;*/ /* parse-hosts: false;*/
/* parse-known-hosts: true;*/ /* parse-known-hosts: true;*/
/* combi-modi: "window,run";*/ combi-modi: "window,run,drun,ssh";
/* matching: "normal";*/ /* matching: "normal";*/
/* tokenize: true;*/ /* tokenize: true;*/
/* m: "-5";*/ /* m: "-5";*/
@ -67,8 +67,8 @@ configuration {
/* display-windowcd: ;*/ /* display-windowcd: ;*/
display-run: "run: "; display-run: "run: ";
display-ssh: "ssh: "; display-ssh: "ssh: ";
/* display-drun: ;*/ display-drun: "drun: ";
/* display-combi: ;*/ display-combi: "combi: ";
/* display-keys: ;*/ /* display-keys: ;*/
/* kb-primary-paste: "Control+V,Shift+Insert";*/ /* kb-primary-paste: "Control+V,Shift+Insert";*/
/* kb-secondary-paste: "Control+v,Insert";*/ /* kb-secondary-paste: "Control+v,Insert";*/