Rofi Changes

- Changed rofi terminal to alacritty
- Changed icon theme to Papirus-Dark
- Themes now use NotoSans Nerd Font 12
- Whitespace changes w/ Prettier extension
This commit is contained in:
Sravan Balaji
2020-09-19 11:34:17 -04:00
parent 285db02930
commit 177512376e
4 changed files with 104 additions and 98 deletions

View File

@@ -11,7 +11,7 @@ configuration {
/* xoffset: 0;*/ /* xoffset: 0;*/
/* fixed-num-lines: true;*/ /* fixed-num-lines: true;*/
show-icons: true; show-icons: true;
/* terminal: "rofi-sensible-terminal";*/ 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}]";*/
/* run-command: "{cmd}";*/ /* run-command: "{cmd}";*/
@@ -19,7 +19,7 @@ configuration {
/* run-shell-command: "{terminal} -e {cmd}";*/ /* run-shell-command: "{terminal} -e {cmd}";*/
/* window-command: "wmctrl -i -R {window}";*/ /* window-command: "wmctrl -i -R {window}";*/
/* window-match-fields: "all";*/ /* window-match-fields: "all";*/
icon-theme: "Papirus"; icon-theme: "Papirus-Dark";
/* drun-match-fields: "name,generic,exec,categories";*/ /* drun-match-fields: "name,generic,exec,categories";*/
/* drun-show-actions: false;*/ /* drun-show-actions: false;*/
/* drun-display-format: "{name} [<span weight='light' size='small'><i>({generic})</i></span>]";*/ /* drun-display-format: "{name} [<span weight='light' size='small'><i>({generic})</i></span>]";*/

View File

@@ -6,7 +6,7 @@
* { * {
background-color: #282a36; background-color: #282a36;
text-color: #f8f8f2; text-color: #f8f8f2;
font: "monospace 12"; font: "NotoSans Nerd Font 12";
} }
#window { #window {

View File

@@ -10,6 +10,7 @@ configuration {
display-window: "Window"; display-window: "Window";
show-icons: true; show-icons: true;
sidebar-mode: true; sidebar-mode: true;
font: "NotoSans Nerd Font 12";
} }
* { * {
@@ -47,7 +48,7 @@ window {
location: west; location: west;
anchor: west; anchor: west;
height: 100%; height: 100%;
width: 22%; width: 25%;
orientation: horizontal; orientation: horizontal;
children: [mainbox]; children: [mainbox];
} }
@@ -57,7 +58,9 @@ mainbox {
children: [ entry, listview, mode-switcher ]; children: [ entry, listview, mode-switcher ];
} }
button { padding: 5px 2px; } button {
padding: 5px 2px;
}
button selected { button selected {
background-color: @active-background; background-color: @active-background;
@@ -75,7 +78,9 @@ listview {
cycle: true; cycle: true;
} }
element { padding: 10px; } element {
padding: 10px;
}
entry { entry {
expand: false; expand: false;

View File

@@ -9,6 +9,7 @@
text-color: #f8f8f2; text-color: #f8f8f2;
spacing: 0; spacing: 0;
width: 1024px; width: 1024px;
font: "NotoSans Nerd Font 12";
} }
inputbar { inputbar {