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:
@@ -11,7 +11,7 @@ configuration {
|
||||
/* xoffset: 0;*/
|
||||
/* fixed-num-lines: true;*/
|
||||
show-icons: true;
|
||||
/* terminal: "rofi-sensible-terminal";*/
|
||||
terminal: "alacritty";
|
||||
/* ssh-client: "ssh";*/
|
||||
/* ssh-command: "{terminal} -e {ssh-client} {host} [-p {port}]";*/
|
||||
/* run-command: "{cmd}";*/
|
||||
@@ -19,7 +19,7 @@ configuration {
|
||||
/* run-shell-command: "{terminal} -e {cmd}";*/
|
||||
/* window-command: "wmctrl -i -R {window}";*/
|
||||
/* window-match-fields: "all";*/
|
||||
icon-theme: "Papirus";
|
||||
icon-theme: "Papirus-Dark";
|
||||
/* drun-match-fields: "name,generic,exec,categories";*/
|
||||
/* drun-show-actions: false;*/
|
||||
/* drun-display-format: "{name} [<span weight='light' size='small'><i>({generic})</i></span>]";*/
|
||||
|
@@ -6,7 +6,7 @@
|
||||
* {
|
||||
background-color: #282a36;
|
||||
text-color: #f8f8f2;
|
||||
font: "monospace 12";
|
||||
font: "NotoSans Nerd Font 12";
|
||||
}
|
||||
|
||||
#window {
|
||||
|
@@ -10,6 +10,7 @@ configuration {
|
||||
display-window: "Window";
|
||||
show-icons: true;
|
||||
sidebar-mode: true;
|
||||
font: "NotoSans Nerd Font 12";
|
||||
}
|
||||
|
||||
* {
|
||||
@@ -47,17 +48,19 @@ window {
|
||||
location: west;
|
||||
anchor: west;
|
||||
height: 100%;
|
||||
width: 22%;
|
||||
width: 25%;
|
||||
orientation: horizontal;
|
||||
children: [mainbox];
|
||||
}
|
||||
|
||||
mainbox {
|
||||
spacing: 0.8em;
|
||||
children: [ entry,listview,mode-switcher ];
|
||||
children: [ entry, listview, mode-switcher ];
|
||||
}
|
||||
|
||||
button { padding: 5px 2px; }
|
||||
button {
|
||||
padding: 5px 2px;
|
||||
}
|
||||
|
||||
button selected {
|
||||
background-color: @active-background;
|
||||
@@ -75,7 +78,9 @@ listview {
|
||||
cycle: true;
|
||||
}
|
||||
|
||||
element { padding: 10px; }
|
||||
element {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
entry {
|
||||
expand: false;
|
||||
|
@@ -3,17 +3,18 @@
|
||||
* User: balajsra
|
||||
* Copyright: Sravan Balaji
|
||||
*/
|
||||
* {
|
||||
* {
|
||||
background-color: #282a36;
|
||||
border-color: #bd93f9;
|
||||
text-color: #f8f8f2;
|
||||
spacing: 0;
|
||||
width: 1024px;
|
||||
font: "NotoSans Nerd Font 12";
|
||||
}
|
||||
|
||||
inputbar {
|
||||
border: 0 0 1px 0; /* top right bottom left */
|
||||
children: [prompt,entry];
|
||||
children: [prompt, entry];
|
||||
}
|
||||
|
||||
prompt {
|
||||
|
Reference in New Issue
Block a user