aboutsummaryrefslogtreecommitdiffstats
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
parent5788f66da53205d5290c64ff97f3c817889d6bc0 (diff)
downloaddotfiles-ddf627b8cc5ae4949c724625277edce796d177b5.tar.gz
dotfiles-ddf627b8cc5ae4949c724625277edce796d177b5.zip
Update dots
Diffstat (limited to '')
-rw-r--r--shell/zsh/.zshrc1
-rw-r--r--wallpaper.jpgbin0 -> 530583 bytes
-rw-r--r--wallpaper.pngbin3302170 -> 0 bytes
-rw-r--r--wp2062872.jpgbin214458 -> 0 bytes
-rw-r--r--x/.Xresources53
-rw-r--r--x/.xprofile2
6 files changed, 55 insertions, 1 deletions
diff --git a/shell/zsh/.zshrc b/shell/zsh/.zshrc
index 354ac70..ebb664b 100644
--- a/shell/zsh/.zshrc
+++ b/shell/zsh/.zshrc
@@ -42,6 +42,7 @@ export LESSHISTFILE="$XDG_CACHE_HOME"/less/history
42export EDITOR=nvim 42export EDITOR=nvim
43export BUILDDIR=/tmp/makepkg 43export BUILDDIR=/tmp/makepkg
44export RAVEDUDE_PORT=/dev/ttyACM0 44export RAVEDUDE_PORT=/dev/ttyACM0
45alias get_idf='. $HOME/Repositories/esp/esp-idf/export.sh'
45export BUN_INSTALL="$HOME/.bun" 46export BUN_INSTALL="$HOME/.bun"
46export PATH="$BUN_INSTALL/bin:$PATH" 47export PATH="$BUN_INSTALL/bin:$PATH"
47export PATH="$HOME/.cargo/bin:$PATH" 48export PATH="$HOME/.cargo/bin:$PATH"
diff --git a/wallpaper.jpg b/wallpaper.jpg
new file mode 100644
index 0000000..9d28bc4
--- /dev/null
+++ b/wallpaper.jpg
Binary files differ
diff --git a/wallpaper.png b/wallpaper.png
deleted file mode 100644
index dc66f9c..0000000
--- a/wallpaper.png
+++ /dev/null
Binary files differ
diff --git a/wp2062872.jpg b/wp2062872.jpg
deleted file mode 100644
index 212975e..0000000
--- a/wp2062872.jpg
+++ /dev/null
Binary files differ
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"