Skip to content

Commit c6a7381

Browse files
committed
rofi config
1 parent 62a49de commit c6a7381

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.Xresources

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,5 @@ rofi.separator-style: solid
4747
rofi.matching: fuzzy
4848
rofi.terminal: urxvtc-256color
4949
rofi.display-combi: $
50+
rofi.color-enabled: true
51+

.config/rofi/config.rasi

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
// Dark theme.
2+
// @import "~/.cache/wal/colors-rofi-dark"
3+
4+
// Light theme
5+
@import "~/.cache/wal/colors-rofi-light"
6+
7+
configuration {
8+
font: "mono 20";
9+
location: 0;
10+
yoffset: 300;
11+
show-icons: true;
12+
}
13+
14+
window {
15+
width: 70%;
16+
border-color: black;
17+
border: 2px;
18+
}

0 commit comments

Comments
 (0)