aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
5 files changed, 54 insertions, 0 deletions
diff --git a/shell/zsh/.zshrc b/shell/zsh/.zshrc
index 1435ca0..7c1de09 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