update rofi conf

This commit is contained in:
Johannes Loher 2020-09-15 03:31:21 +02:00
parent 4f75549404
commit 8486782b4a
2 changed files with 17 additions and 22 deletions

View file

@ -1,22 +0,0 @@
! ------------------------------------------------------------------------------
! Color theme
! ------------------------------------------------------------------------------
rofi.color-normal: #252936, #7780a1, #252936, #1f222d, #ffffff
rofi.color-urgent: #252936, #ff5400, #252936, #1f222d, #ff5400
rofi.color-active: #252936, #5ac8fa, #252936, #1f222d, #5ac8fa
rofi.color-window: #1f222d, #1f222d, #7780a1
! ------------------------------------------------------------------------------
! Config
! ------------------------------------------------------------------------------
rofi.location: 0
rofi.lines: 7
rofi.font: Roboto Regular 14
rofi.bw: 0
rofi.separator-style: none
rofi.width: 25
rofi.padding: 5
rofi.matching: normal
rofi.hide-scrollbar: true
rofi.modi: drun,run
rofi.terminal: termite

17
.config/rofi/config.rasi Normal file
View file

@ -0,0 +1,17 @@
configuration {
modi: "drun,run";
width: 25;
lines: 7;
font: "Roboto Regular 14";
bw: 0;
location: 0;
padding: 5;
terminal: "termite";
matching: "normal";
separator-style: "none";
hide-scrollbar: true;
color-normal: "#252936, #7780a1, #252936, #1f222d, #ffffff";
color-urgent: "#252936, #ff5400, #252936, #1f222d, #ff5400";
color-active: "#252936, #5ac8fa, #252936, #1f222d, #5ac8fa";
color-window: "#1f222d, #1f222d, #7780a1";
}