From ddf627b8cc5ae4949c724625277edce796d177b5 Mon Sep 17 00:00:00 2001 From: philw Date: Wed, 24 Apr 2024 11:29:38 +0200 Subject: Update dots --- shell/zsh/.zshrc | 1 + wallpaper.jpg | Bin 0 -> 530583 bytes wallpaper.png | Bin 3302170 -> 0 bytes wp2062872.jpg | Bin 214458 -> 0 bytes x/.Xresources | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ x/.xprofile | 2 +- 6 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 wallpaper.jpg delete mode 100644 wallpaper.png delete mode 100644 wp2062872.jpg 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 export EDITOR=nvim export BUILDDIR=/tmp/makepkg export RAVEDUDE_PORT=/dev/ttyACM0 +alias get_idf='. $HOME/Repositories/esp/esp-idf/export.sh' export BUN_INSTALL="$HOME/.bun" export PATH="$BUN_INSTALL/bin:$PATH" export PATH="$HOME/.cargo/bin:$PATH" diff --git a/wallpaper.jpg b/wallpaper.jpg new file mode 100644 index 0000000..9d28bc4 Binary files /dev/null and b/wallpaper.jpg differ diff --git a/wallpaper.png b/wallpaper.png deleted file mode 100644 index dc66f9c..0000000 Binary files a/wallpaper.png and /dev/null differ diff --git a/wp2062872.jpg b/wp2062872.jpg deleted file mode 100644 index 212975e..0000000 Binary files a/wp2062872.jpg and /dev/null 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 dwm.borderpx: 0 dwm.showbar: 0 dwm.font: FiraCode-12; + + +#define base00 #0c0d0e +#define base01 #2e2f30 +#define base02 #515253 +#define base03 #737475 +#define base04 #959697 +#define base05 #b7b8b9 +#define base06 #dadbdc +#define base07 #fcfdfe +#define base08 #e31a1c +#define base09 #e6550d +#define base0A #dca060 +#define base0B #31a354 +#define base0C #80b1d3 +#define base0D #3182bd +#define base0E #756bb1 +#define base0F #b15928 + +*.foreground: base05 +#ifdef background_opacity +*.background: [background_opacity]base00 +#else +*.background: base00 +#endif +*.cursorColor: base05 + +*.color0: base00 +*.color1: base08 +*.color2: base0B +*.color3: base0A +*.color4: base0D +*.color5: base0E +*.color6: base0C +*.color7: base05 + +*.color8: base03 +*.color9: base08 +*.color10: base0B +*.color11: base0A +*.color12: base0D +*.color13: base0E +*.color14: base0C +*.color15: base07 + +! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt), +! use 'shell' template to set these if necessary +*.color16: base09 +*.color17: base0F +*.color18: base01 +*.color19: base02 +*.color20: base04 +*.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 xrandr --dpi 96 setxkbmap pl -wal -i ~/Repositories/rice/wp2062872.jpg & +feh --bg-scale ~/Repositories/rice/wallpaper.jpg & picom -b & [ -n "$xrdbpid" ] && wait "$xrdbpid" -- cgit v1.2.3