mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
rofi: dark colorscheme
This commit is contained in:
parent
dbd2ee24c1
commit
5abfa5c211
2 changed files with 16 additions and 48 deletions
|
|
@ -6,7 +6,7 @@ exec --no-startup-id polybar top
|
||||||
exec --no-startup-id setxkbmap -option 'grp:caps_toggle'
|
exec --no-startup-id setxkbmap -option 'grp:caps_toggle'
|
||||||
|
|
||||||
# compton: Xubuntu 20.04 ThinkPad E14
|
# compton: Xubuntu 20.04 ThinkPad E14
|
||||||
exec --no-startup-id compton -cb -o 1 --vsync --backend xr_glx_hybrid --vsync-use-glfinish --shadow-exclude 'x <= 0 && x2 >= 1920 && y <= 30 && y2 >= 1020' --shadow-exclude '_NET_WM_NAME@:s = "rofi"' --shadow-exclude='class_g ?= "i3-frame"'
|
exec --no-startup-id compton -cb -o 1 --vsync --backend xr_glx_hybrid --vsync-use-glfinish --shadow-exclude 'x <= 0 && x2 >= 1920 && y <= 30 && y2 >= 1020' --shadow-exclude='class_g ?= "i3-frame"'
|
||||||
|
|
||||||
# compton: Xubuntu 18.04 Samsung [backup]
|
# compton: Xubuntu 18.04 Samsung [backup]
|
||||||
# exec --no-startup-id ~/.local/bin/compton -cb --shadow-exclude '_NET_WM_NAME@:s = "rofi"' -o 1 --shadow-exclude 'x <= 0 && x2 >= 1920 && y <= 30 && y2 >= 1020' --backend glx --vsync opengl-swc --unredir-if-possible
|
# exec --no-startup-id ~/.local/bin/compton -cb --shadow-exclude '_NET_WM_NAME@:s = "rofi"' -o 1 --shadow-exclude 'x <= 0 && x2 >= 1920 && y <= 30 && y2 >= 1020' --backend glx --vsync opengl-swc --unredir-if-possible
|
||||||
|
|
|
||||||
|
|
@ -1,71 +1,39 @@
|
||||||
* {
|
* {
|
||||||
white: #FFFFFF;
|
bg: #222222;
|
||||||
black: #000000;
|
fg: #cdcdcd;
|
||||||
grey: #eeeeee;
|
selection: #444444;
|
||||||
|
|
||||||
background-color: #00000000;
|
inner-padding: 0.8em;
|
||||||
border-color: #444444FF;
|
border-width: 2px;
|
||||||
spacing: 2;
|
|
||||||
|
border-color: @selection;
|
||||||
|
background-color: @bg;
|
||||||
|
text-color: @fg;
|
||||||
}
|
}
|
||||||
|
|
||||||
#window {
|
#window {
|
||||||
transparency: "screenshot";
|
border: @border-width;
|
||||||
border: 0;
|
|
||||||
padding: 0% 0% 1em 0%;
|
|
||||||
x-offset: 0;
|
|
||||||
y-offset: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#mainbox {
|
|
||||||
padding: 0px;
|
|
||||||
border: 0;
|
|
||||||
spacing: 1%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#message {
|
|
||||||
border: 2px;
|
|
||||||
padding: 1em;
|
|
||||||
background-color: @white;
|
|
||||||
text-color: @back;
|
|
||||||
}
|
|
||||||
|
|
||||||
#listview {
|
|
||||||
fixed-height: 1;
|
|
||||||
border: 2px;
|
|
||||||
padding: 0em;
|
|
||||||
reverse: false;
|
|
||||||
|
|
||||||
columns: 1;
|
|
||||||
background-color: @white;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#element {
|
#element {
|
||||||
padding: 0.5em;
|
padding: @inner-padding;
|
||||||
highlight: bold;
|
highlight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
#element selected.normal {
|
#element selected.normal {
|
||||||
text-color: @black;
|
background-color: @selection;
|
||||||
background-color: #dfdfdf;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#element selected.active {
|
#element selected.active {
|
||||||
text-color: @black;
|
background-color: @selection;
|
||||||
background-color: #dfdfdf;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#inputbar {
|
#inputbar {
|
||||||
spacing: 0;
|
padding: @inner-padding;
|
||||||
border: 2px;
|
|
||||||
padding: 0.5em 0.4em;
|
|
||||||
background-color: @grey;
|
|
||||||
index: 0;
|
|
||||||
children: [ prompt, textbox-prompt-colon, entry, case-indicator ];
|
children: [ prompt, textbox-prompt-colon, entry, case-indicator ];
|
||||||
}
|
}
|
||||||
|
|
||||||
textbox-prompt-colon {
|
textbox-prompt-colon {
|
||||||
text-color: inherit;
|
|
||||||
expand: false;
|
expand: false;
|
||||||
margin: 0 0.3em 0em 0em;
|
str: ": ";
|
||||||
str: ":";
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue