aboutsummaryrefslogtreecommitdiffstats
path: root/x
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--x/.Xresources28
-rw-r--r--x/.xprofile2
2 files changed, 23 insertions, 7 deletions
diff --git a/x/.Xresources b/x/.Xresources
index f1e4504..610199a 100644
--- a/x/.Xresources
+++ b/x/.Xresources
@@ -1,4 +1,4 @@
1! st.alpha: 0.8 1st.alpha: 0.6
2st.font: FiraCode-12; 2st.font: FiraCode-12;
3dmenu.font: FiraCode-11; 3dmenu.font: FiraCode-11;
4st.termname: st-256color 4st.termname: st-256color
@@ -26,13 +26,29 @@ dwm.font: FiraCode-12;
26#define base0F #b15928 26#define base0F #b15928
27 27
28*.foreground: base05 28*.foreground: base05
29#ifdef background_opacity
30*.background: [background_opacity]base00
31#else
32*.background: base00
33#endif
34*.cursorColor: base05 29*.cursorColor: base05
35 30
31*.background: base00
32*.warning: base 0F
33*.secondary: base08
34*.surface: base05
35*.primary: base0D
36*.success: base0B
37*.panel: base0A
38*.error: base09
39*.accent: base08
40
41
42background: base00
43warning: base 0F
44secondary: base08
45surface: base05
46primary: base0D
47success: base0B
48panel: base0A
49error: base09
50accent: base08
51
36*.color0: base00 52*.color0: base00
37*.color1: base08 53*.color1: base08
38*.color2: base0B 54*.color2: base0B
diff --git a/x/.xprofile b/x/.xprofile
index e484486..f08c8fc 100644
--- a/x/.xprofile
+++ b/x/.xprofile
@@ -10,7 +10,7 @@ xrandr --dpi 96
10xbacklight -set 2 10xbacklight -set 2
11setxkbmap pl 11setxkbmap pl
12pipewire & 12pipewire &
13feh --bg-scale ~/repos/rice/wallpaper.jpg & 13~/.fehbg &
14picom -b & 14picom -b &
15 15
16[ -n "$xrdbpid" ] && wait "$xrdbpid" 16[ -n "$xrdbpid" ] && wait "$xrdbpid"