From 7170948c1ef34f554ab3b6b739fb341dda1ccd1e Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Mon, 27 Dec 2021 21:12:43 +0100 Subject: Added dunst + modified colors for i3 & xterm --- dot_Xdefaults | 9 ++++----- dot_config/dunst/dunstrc | 4 ++++ dot_config/i3/config | 4 ++-- 3 files changed, 10 insertions(+), 7 deletions(-) create mode 100644 dot_config/dunst/dunstrc diff --git a/dot_Xdefaults b/dot_Xdefaults index 36874e7..2d797c9 100644 --- a/dot_Xdefaults +++ b/dot_Xdefaults @@ -1,13 +1,12 @@ xterm*cursorColor: yellow xterm*pointerShape: xterm xterm*pointerColor: magenta -xterm*faceSize: 12 -xterm*faceName: wts11 +xterm*faceSize: 12 +xterm*faceName: wts11 Sxiv.background: #000000 -! Dracula Xresources palette -*.foreground: #F8F8F2 -*.background: #282A36 +*.foreground: #FF70FF +*.background: #040217 *.color0: #000000 *.color8: #4D4D4D *.color1: #FF5555 diff --git a/dot_config/dunst/dunstrc b/dot_config/dunst/dunstrc new file mode 100644 index 0000000..7d27492 --- /dev/null +++ b/dot_config/dunst/dunstrc @@ -0,0 +1,4 @@ +[urgency_normal] + background = "#040217" + foreground = "#D52C70" + frame_color = "#c583b6" diff --git a/dot_config/i3/config b/dot_config/i3/config index e469d5f..0347fbb 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config @@ -202,7 +202,7 @@ bindsym $mod+Shift+BackSpace exec "i3-nagbar -t warning -f fixed -m 'You pressed # (T)eams bindsym $mod+Shift+T exec notify-send -t 5000 -i /home/mas/Pictures/icons/teams.png "Opening" "Teams" ; exec teams # (P)assword manager -bindsym $mod+Shift+P exec passmenu +#bindsym $mod+Shift+P exec passmenu # Set the bg wallpaper exec --no-startup-id feh --bg-scale /home/mas/Pictures/retrowave-pyramid.png @@ -212,7 +212,7 @@ bindsym XF86MonBrightnessUp exec xbacklight -inc 1 ; exec notify-send -t 500 "Br bindsym XF86MonBrightnessDown exec xbacklight -dec 1 ; exec notify-send -t 500 "Brightness : $(xbacklight -get)" # decrease screen brightness # class border backgr. text indicator child_border -client.focused #c583b6 #040217 #d52c70 #F54A94 #814db3 +client.focused #c583b6 #040217 #d52c70 #F54A94 #c583b6 client.focused_inactive #6C2D7A #000000 #c583b6 #0C1746 #3C3C54 client.unfocused #6C2D7A #000000 #6C2D7A #0C1746 #3C3C54 client.urgent #F54A94 #20202D #FFFFFF #0C1746 #F54A94 -- cgit v1.2.3