aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnInternetTroll <lucafulger@gmail.com>2022-05-21 09:54:14 +0000
committerAnInternetTroll <lucafulger@gmail.com>2022-05-21 09:54:14 +0000
commit720b6cf512a6b60aae4fcf1a4c14d3a5c2b1b3c0 (patch)
tree710aef977ddea58f633d7f7d8a514713f086c428
parentbdddb2197df2cb91df2e414a0af32455ffe713e1 (diff)
downloaddotfiles-720b6cf512a6b60aae4fcf1a4c14d3a5c2b1b3c0.tar
dotfiles-720b6cf512a6b60aae4fcf1a4c14d3a5c2b1b3c0.tar.gz
dotfiles-720b6cf512a6b60aae4fcf1a4c14d3a5c2b1b3c0.tar.bz2
dotfiles-720b6cf512a6b60aae4fcf1a4c14d3a5c2b1b3c0.tar.lz
dotfiles-720b6cf512a6b60aae4fcf1a4c14d3a5c2b1b3c0.tar.xz
dotfiles-720b6cf512a6b60aae4fcf1a4c14d3a5c2b1b3c0.tar.zst
dotfiles-720b6cf512a6b60aae4fcf1a4c14d3a5c2b1b3c0.zip
Add dracula themed xresources to .config
-rw-r--r--.config/xresources54
-rwxr-xr-xdwm/.dwm/autostart2
2 files changed, 55 insertions, 1 deletions
diff --git a/.config/xresources b/.config/xresources
new file mode 100644
index 0000000..ffdfae0
--- /dev/null
+++ b/.config/xresources
@@ -0,0 +1,54 @@
+!-- Xft settings -- ! you dont even need this probably
+
+Xft.antialias: 1
+Xft.hinting: 1
+Xft.autohint: 0
+Xft.hintstyle: hintslight
+Xft.rgba: rgb
+Xft.lcdfilter: lcddefault
+
+! transparency ( 0.1 to 0.9 values)
+st.alpha: 0.8
+
+! inner padding
+st.borderpx: 15
+st.font: JetBrainsMonoMedium Nerd Font Mono:style=Medium,Regular
+!st.font: JetBrainsMono Nerd Font:style:medium:pixelsize=15
+
+!! Colors
+
+!! Dracula palette
+*.foreground: #F8F8F2
+*.background: #282A36
+
+!! black + grey
+*.color0: #000000
+*.color8: #4D4D4D
+
+!! dark red + red
+*.color1: #FF5555
+*.color9: #FF6E67
+
+!! green
+*.color2: #50FA7B
+*.color10: #5AF78E
+
+!! yellow
+*.color3: #F1FA8C
+*.color11: #F4F99D
+
+!! purple
+*.color4: #BD93F9
+*.color12: #CAA9FA
+
+!! pink
+*.color5: #FF79C6
+*.color13: #FF92D0
+
+!! cyan
+*.color6: #8BE9FD
+*.color14: #9AEDFE
+
+!! white
+*.color7: #BFBFBF
+*.color15: #E6E6E6
diff --git a/dwm/.dwm/autostart b/dwm/.dwm/autostart
index fa49455..f793957 100755
--- a/dwm/.dwm/autostart
+++ b/dwm/.dwm/autostart
@@ -28,7 +28,7 @@ xinput --set-prop $TID 'libinput Natural Scrolling Enabled' 1 &
SYMLINKDIR=$(readlink -f "$0")
BASEDIR=$(dirname "$SYMLINKDIR")
$BASEDIR/bar/./bar.sh &
-xrdb merge $BASEDIR/xresources &
+xrdb merge $HOME/.config/xresources &
dunst &
nm-applet &