Improve picom settings and rofi colors
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-04-29 17:10:47 +0200 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-04-29 17:10:47 +0200 |
| Commit | a1138c40cfe1661ce459a6c9b446ab93560af61b (patch) |
|
-rw-r--r-- |
.black.rasi | 6 | |
-rw-r--r-- |
.xinitrc | 2 |
2 files changed, 4 insertions, 4 deletions
| diff --git a/.black.rasi b/.black.rasi | |||
| ... | |||
| 11 | 11 | ||
| 12 | #window { |
12 | #window { |
| 13 | background-color: black; |
13 | background-color: black; |
| 14 | border: 2; |
14 | border: 3; |
| 15 | border-color: white; |
15 | border-color: #c3b091; |
| 16 | padding: 20; |
16 | padding: 20; |
| 17 | width: 800; |
17 | width: 800; |
| 18 | } |
18 | } |
| ... | |||
| 28 | } |
28 | } |
| 29 | 29 | ||
| 30 | element-text { |
30 | element-text { |
| 31 | text-color: khaki; |
31 | text-color: #c3b091; |
| 32 | } |
32 | } |
| 33 | 33 | ||
| 34 | element-text selected { |
34 | element-text selected { |
| ... | |||
| diff --git a/.xinitrc b/.xinitrc | |||
| ... | |||
| 10 | xss-lock -- xlock & |
10 | xss-lock -- xlock & |
| 11 | xinput --set-prop "pointer:Logitech MX Master 3" "libinput Accel Speed" -0.3 |
11 | xinput --set-prop "pointer:Logitech MX Master 3" "libinput Accel Speed" -0.3 |
| 12 | 12 | ||
| 13 | picom --vsync --backend glx -D 0 & |
13 | picom --vsync --backend glx -D 0 -c -o 0 & |
| 14 | exec i3 |
14 | exec i3 |