From 5add0b1eb0e3ccd29f8abd244a846174a12c605b Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Tue, 19 May 2020 16:49:04 -0400 Subject: [PATCH] Add icons to rofi --- rofi/.config/rofi/config.rasi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rofi/.config/rofi/config.rasi b/rofi/.config/rofi/config.rasi index 871072d..0f091bf 100644 --- a/rofi/.config/rofi/config.rasi +++ b/rofi/.config/rofi/config.rasi @@ -10,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}]";*/ @@ -19,7 +19,7 @@ configuration { /* run-shell-command: "{terminal} -e {cmd}";*/ /* window-command: "wmctrl -i -R {window}";*/ /* window-match-fields: "all";*/ -/* icon-theme: ;*/ + icon-theme: "Numix-Circle"; /* drun-match-fields: "name,generic,exec,categories";*/ /* drun-show-actions: false;*/ /* drun-display-format: "{name} [({generic})]";*/