aboutsummaryrefslogtreecommitdiffstats
path: root/x
diff options
context:
space:
mode:
authorphilw <dscr@duck.com>2024-04-24 11:29:38 +0200
committerphilw <dscr@duck.com>2024-04-24 11:29:38 +0200
commitddf627b8cc5ae4949c724625277edce796d177b5 (patch)
tree0e902f3a6f14d5fa9e6158ff967a1a2c2e3eeb0d /x
parent5788f66da53205d5290c64ff97f3c817889d6bc0 (diff)
downloaddotfiles-ddf627b8cc5ae4949c724625277edce796d177b5.tar.gz
dotfiles-ddf627b8cc5ae4949c724625277edce796d177b5.zip
Update dots
Diffstat (limited to 'x')
-rw-r--r--x/.Xresources53
-rw-r--r--x/.xprofile2
2 files changed, 54 insertions, 1 deletions
diff --git a/x/.Xresources b/x/.Xresources
index 60dd175..3816c07 100644
--- a/x/.Xresources
+++ b/x/.Xresources
@@ -6,3 +6,56 @@ st.borderpx: 0
6dwm.borderpx: 0 6dwm.borderpx: 0
7dwm.showbar: 0 7dwm.showbar: 0
8dwm.font: FiraCode-12; 8dwm.font: FiraCode-12;
9
10
11#define base00 #0c0d0e
12#define base01 #2e2f30
13#define base02 #515253
14#define base03 #737475
15#define base04 #959697
16#define base05 #b7b8b9
17#define base06 #dadbdc
18#define base07 #fcfdfe
19#define base08 #e31a1c
20#define base09 #e6550d
21#define base0A #dca060
22#define base0B #31a354
23#define base0C #80b1d3
24#define base0D #3182bd
25#define base0E #756bb1
26#define base0F #b15928
27
28*.foreground: base05
29#ifdef background_opacity
30*.background: [background_opacity]base00
31#else
32*.background: base00
33#endif
34*.cursorColor: base05
35
36*.color0: base00
37*.color1: base08
38*.color2: base0B
39*.color3: base0A
40*.color4: base0D
41*.color5: base0E
42*.color6: base0C
43*.color7: base05
44
45*.color8: base03
46*.color9: base08
47*.color10: base0B
48*.color11: base0A
49*.color12: base0D
50*.color13: base0E
51*.color14: base0C
52*.color15: base07
53
54! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt),
55! use 'shell' template to set these if necessary
56*.color16: base09
57*.color17: base0F
58*.color18: base01
59*.color19: base02
60*.color20: base04
61*.color21: base06
diff --git a/x/.xprofile b/x/.xprofile
index 745769a..44a49a6 100644
--- a/x/.xprofile
+++ b/x/.xprofile
@@ -8,7 +8,7 @@ done >/dev/null 2>&1
8 8
9xrandr --dpi 96 9xrandr --dpi 96
10setxkbmap pl 10setxkbmap pl
11wal -i ~/Repositories/rice/wp2062872.jpg & 11feh --bg-scale ~/Repositories/rice/wallpaper.jpg &
12picom -b & 12picom -b &
13 13
14[ -n "$xrdbpid" ] && wait "$xrdbpid" 14[ -n "$xrdbpid" ] && wait "$xrdbpid"