Rofi Icons

- Add drun to list of modi
- Enable show icons
- Use Papirus icon theme
This commit is contained in:
Sravan Balaji
2020-08-01 12:15:09 -04:00
parent c854bc347f
commit 9dbfd80712

View File

@@ -1,6 +1,5 @@
configuration {
/* modi: "window,run,ssh";*/
modi: "run,clipboard:greenclip print,ssh";
modi: "drun,run,clipboard:greenclip print,ssh";
/* width: 50;*/
/* lines: 15;*/
/* columns: 1;*/
@@ -11,7 +10,7 @@ configuration {
/* yoffset: 0;*/
/* xoffset: 0;*/
/* fixed-num-lines: true;*/
/* show-icons: false;*/
show-icons: true;
/* terminal: "rofi-sensible-terminal";*/
/* ssh-client: "ssh";*/
/* ssh-command: "{terminal} -e {ssh-client} {host} [-p {port}]";*/
@@ -20,7 +19,7 @@ configuration {
/* run-shell-command: "{terminal} -e {cmd}";*/
/* window-command: "wmctrl -i -R {window}";*/
/* window-match-fields: "all";*/
/* icon-theme: ;*/
icon-theme: "Papirus";
/* drun-match-fields: "name,generic,exec,categories";*/
/* drun-show-actions: false;*/
/* drun-display-format: "{name} [<span weight='light' size='small'><i>({generic})</i></span>]";*/