Add new Rofi config
This commit is contained in:
parent
0c4a344b5e
commit
7fa17d7de8
@ -1,33 +0,0 @@
|
||||
rofi.color-enabled: true
|
||||
|
||||
! Window: 'background', 'border', 'separator'
|
||||
rofi.color-window: argb:cc252936, #9575cd, argb:ffffffff
|
||||
|
||||
! State: 'bg', 'fg', 'altbg', 'hlbg', hlfg
|
||||
rofi.color-normal: argb:00252936, #ffffff, argb:00252936, argb:009575cd, #ff9575cd
|
||||
rofi.color-active: argb:00252936, #252936, argb:00252936, argb:009575cd, #ffc000
|
||||
rofi.color-urgent: argb:00252936, #ff0000, argb:00252936, argb:00252936, #ff0000
|
||||
|
||||
rofi.width: 100
|
||||
rofi.padding: 400
|
||||
rofi.line-margin: 15
|
||||
rofi.lines: 5
|
||||
rofi.separator-style: none
|
||||
rofi.columns: 1
|
||||
rofi.font: Agave Nerd Font 22
|
||||
rofi.bw: 0
|
||||
rofi.eh: 2
|
||||
rofi.hide-scrollbar: true
|
||||
rofi.auto-select: true
|
||||
|
||||
rofi.terminal: alacritty
|
||||
rofi.ssh-client: ssh
|
||||
rofi.ssh-command: {terminal} -e {ssh-client} {host}
|
||||
rofi.run-command: {cmd}
|
||||
rofi.run-shell-command: {terminal} -e {cmd}
|
||||
rofi.disable-history: false
|
||||
rofi.levenshtein-sort: false
|
||||
rofi.case-sensitive: false
|
||||
rofi.auto-select: false
|
||||
rofi.parse-hosts: false
|
||||
rofi.parse-known-hosts: false
|
15
.config/rofi/config.rasi
Normal file
15
.config/rofi/config.rasi
Normal file
@ -0,0 +1,15 @@
|
||||
* {
|
||||
background-color: #282c34;
|
||||
border-color: #282c34;
|
||||
text-color: #bbc2cf;
|
||||
font: "Agave Nerd Font 15";
|
||||
prompt-font: "Agave Nerd Font 15";
|
||||
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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user