1
0
mirror of https://github.com/AquaMorph/dotfiles.git synced 2025-05-20 17:07:00 +00:00

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

@ -21,7 +21,7 @@ bindsym $mod+q kill
# 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 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
bindsym $mod+j focus left
bindsym $mod+k focus down

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