rofi4
This commit is contained in:
parent
bd8c6c67ae
commit
fa62e73c92
@ -13,7 +13,7 @@ tiling_drag modifier
|
||||
#exec base
|
||||
bindsym $mod+Return exec kitty
|
||||
bindsym $mod+Shift+q kill
|
||||
bindsym $mod+d exec --no-startup-id ~/.config/rofi/retro_launcher.sh
|
||||
bindsym $mod+d exec rofi -show drun -theme ~/.config/rofi/ayu-retro.rasi -p "╔═[ SELECT PROGRAM ]═╗"
|
||||
|
||||
# change focus
|
||||
bindsym $mod+j focus left
|
||||
|
||||
@ -14,41 +14,44 @@
|
||||
window {
|
||||
location: north;
|
||||
anchor: north;
|
||||
y-offset: 0;
|
||||
width: 50%;
|
||||
border: 2px;
|
||||
padding: 10;
|
||||
y-offset: 60;
|
||||
background-color: @background;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
background-color: inherit;
|
||||
background-color: @background;
|
||||
padding: 5;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
listview {
|
||||
lines: 8;
|
||||
background-color: inherit;
|
||||
columns: 1;
|
||||
background-color: transparent;
|
||||
padding: 5 0 0 0;
|
||||
spacing: 4;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
element {
|
||||
padding: 4 6;
|
||||
padding: 6 8;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
element-text {
|
||||
text-color: inherit;
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: @selected;
|
||||
text-color: @selected-foreground;
|
||||
}
|
||||
|
||||
element-text {
|
||||
text-color: @foreground;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
children: [prompt, entry];
|
||||
background-color: #1a1c25;
|
||||
background-color: @background-alt;
|
||||
padding: 6;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user