mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 11:00:27 +10:00
Renaming rofi configs.
This commit is contained in:
@@ -3,5 +3,5 @@ configuration {
|
|||||||
font: "hack 10";
|
font: "hack 10";
|
||||||
combi-modi: "window,drun,ssh";
|
combi-modi: "window,drun,ssh";
|
||||||
}
|
}
|
||||||
@theme "~/.config/rofi/themes/dt-center.rasi"
|
@theme "~/.config/rofi/themes/dtos-center.rasi"
|
||||||
|
|
||||||
|
|||||||
@@ -1,99 +0,0 @@
|
|||||||
/**
|
|
||||||
* ROFI Color theme
|
|
||||||
* NAME: dt-center.rasi
|
|
||||||
* DESCRIPTION: This is a centered prompt.
|
|
||||||
* AUTHOR: Derek Taylor (DT)
|
|
||||||
*/
|
|
||||||
|
|
||||||
* {
|
|
||||||
background-color: #282c34;
|
|
||||||
border-color: #51afef;
|
|
||||||
text-color: #bbc2cf;
|
|
||||||
font: "Ubuntu Mono 11";
|
|
||||||
prompt-font: "Ubuntu Bold 10";
|
|
||||||
prompt-background: #51afef;
|
|
||||||
prompt-foreground: #282c34;
|
|
||||||
prompt-padding: 4px;
|
|
||||||
alternate-normal-background: #1c1f24;
|
|
||||||
alternate-normal-foreground: @text-color;
|
|
||||||
selected-normal-background: #ae3f3e;
|
|
||||||
selected-normal-foreground: #ffffff;
|
|
||||||
spacing: 3;
|
|
||||||
}
|
|
||||||
#window {
|
|
||||||
border: 2;
|
|
||||||
padding: 5;
|
|
||||||
}
|
|
||||||
#mainbox {
|
|
||||||
border: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
#message {
|
|
||||||
border: 1px dash 0px 0px ;
|
|
||||||
padding: 1px ;
|
|
||||||
}
|
|
||||||
#listview {
|
|
||||||
fixed-height: 0;
|
|
||||||
border: 2px solid 0px 0px ;
|
|
||||||
border-color: #1c1f24;
|
|
||||||
spacing: 2px ;
|
|
||||||
scrollbar: true;
|
|
||||||
padding: 2px 0px 0px ;
|
|
||||||
}
|
|
||||||
#element {
|
|
||||||
border: 0;
|
|
||||||
padding: 1px ;
|
|
||||||
}
|
|
||||||
#element.selected.normal {
|
|
||||||
background-color: @selected-normal-background;
|
|
||||||
text-color: @selected-normal-foreground;
|
|
||||||
}
|
|
||||||
#element.alternate.normal {
|
|
||||||
background-color: @alternate-normal-background;
|
|
||||||
text-color: @alternate-normal-foreground;
|
|
||||||
}
|
|
||||||
#scrollbar {
|
|
||||||
width: 0px ;
|
|
||||||
border: 0;
|
|
||||||
handle-width: 0px ;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
#sidebar {
|
|
||||||
border: 2px dash 0px 0px ;
|
|
||||||
}
|
|
||||||
#button.selected {
|
|
||||||
background-color: @selected-normal-background;
|
|
||||||
text-color: @selected-normal-foreground;
|
|
||||||
}
|
|
||||||
#inputbar {
|
|
||||||
spacing: 0;
|
|
||||||
padding: 1px ;
|
|
||||||
}
|
|
||||||
#case-indicator {
|
|
||||||
spacing: 0;
|
|
||||||
}
|
|
||||||
#entry {
|
|
||||||
padding: 4px 4px;
|
|
||||||
expand: false;
|
|
||||||
width: 10em;
|
|
||||||
}
|
|
||||||
#prompt {
|
|
||||||
padding: @prompt-padding;
|
|
||||||
background-color: @prompt-background;
|
|
||||||
text-color: @prompt-foreground;
|
|
||||||
font: @prompt-font;
|
|
||||||
border-radius: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
element-text {
|
|
||||||
background-color: inherit;
|
|
||||||
text-color: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Not actually relevant for this configuration, but it might
|
|
||||||
be useful to someone having issues with their icons' background color
|
|
||||||
|
|
||||||
element-icon {
|
|
||||||
background-color: inherit;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
@@ -1,66 +0,0 @@
|
|||||||
/**
|
|
||||||
* ROFI Color theme
|
|
||||||
* NAME: dt-dmenu.rasi
|
|
||||||
* DESCRIPTION: This is a horizontal prompt similar to dmenu.
|
|
||||||
* AUTHOR: Derek Taylor (DT)
|
|
||||||
*/
|
|
||||||
|
|
||||||
* {
|
|
||||||
background-color: #282c34;
|
|
||||||
border-color: #282c34;
|
|
||||||
text-color: #bbc2cf;
|
|
||||||
height: 20px;
|
|
||||||
font: "SauceCodePro Nerd Font Mono 9";
|
|
||||||
prompt-font: "Ubuntu Bold 9";
|
|
||||||
prompt-background: #51afef;
|
|
||||||
prompt-foreground: #282c34;
|
|
||||||
prompt-padding: 2px;
|
|
||||||
selected-normal-background: #ae3f3e;
|
|
||||||
selected-normal-foreground: #ffffff;
|
|
||||||
}
|
|
||||||
#window {
|
|
||||||
anchor: north;
|
|
||||||
location: north;
|
|
||||||
width: 100%;
|
|
||||||
padding: 0px;
|
|
||||||
children: [ horibox ];
|
|
||||||
}
|
|
||||||
#horibox {
|
|
||||||
orientation: horizontal;
|
|
||||||
children: [ prompt, entry, listview ];
|
|
||||||
}
|
|
||||||
#prompt {
|
|
||||||
padding: @prompt-padding;
|
|
||||||
background-color: @prompt-background;
|
|
||||||
text-color: @prompt-foreground;
|
|
||||||
font: @prompt-font;
|
|
||||||
}
|
|
||||||
#listview {
|
|
||||||
layout: horizontal;
|
|
||||||
lines: 100;
|
|
||||||
}
|
|
||||||
#entry {
|
|
||||||
padding: 2px;
|
|
||||||
expand: false;
|
|
||||||
width: 10em;
|
|
||||||
}
|
|
||||||
#element {
|
|
||||||
padding: 2px 8px;
|
|
||||||
}
|
|
||||||
#element selected {
|
|
||||||
background-color: @selected-normal-background;
|
|
||||||
text-color: @selected-normal-foreground;
|
|
||||||
}
|
|
||||||
|
|
||||||
element-text {
|
|
||||||
background-color: inherit;
|
|
||||||
text-color: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Not actually relevant for this configuration, but it might
|
|
||||||
be useful to someone having issues with their icons' background color
|
|
||||||
|
|
||||||
element-icon {
|
|
||||||
background-color: inherit;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
Reference in New Issue
Block a user