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;*/
|
/* 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>]";*/
|
||||||
|
@@ -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 {
|
||||||
|
@@ -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,17 +48,19 @@ 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];
|
||||||
}
|
}
|
||||||
|
|
||||||
mainbox {
|
mainbox {
|
||||||
spacing: 0.8em;
|
spacing: 0.8em;
|
||||||
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;
|
||||||
|
@@ -3,17 +3,18 @@
|
|||||||
* User: balajsra
|
* User: balajsra
|
||||||
* Copyright: Sravan Balaji
|
* Copyright: Sravan Balaji
|
||||||
*/
|
*/
|
||||||
* {
|
* {
|
||||||
background-color: #282a36;
|
background-color: #282a36;
|
||||||
border-color: #bd93f9;
|
border-color: #bd93f9;
|
||||||
text-color: #f8f8f2;
|
text-color: #f8f8f2;
|
||||||
spacing: 0;
|
spacing: 0;
|
||||||
width: 1024px;
|
width: 1024px;
|
||||||
|
font: "NotoSans Nerd Font 12";
|
||||||
}
|
}
|
||||||
|
|
||||||
inputbar {
|
inputbar {
|
||||||
border: 0 0 1px 0; /* top right bottom left */
|
border: 0 0 1px 0; /* top right bottom left */
|
||||||
children: [prompt,entry];
|
children: [prompt, entry];
|
||||||
}
|
}
|
||||||
|
|
||||||
prompt {
|
prompt {
|
||||||
|
Reference in New Issue
Block a user