Skip to content

Commit

Permalink
Change wallpaper setter to pywal16
Browse files Browse the repository at this point in the history
  • Loading branch information
NecRaul committed Mar 16, 2024
1 parent 992a15c commit b882f2b
Show file tree
Hide file tree
Showing 5 changed files with 87 additions and 86 deletions.
14 changes: 7 additions & 7 deletions .config/dunst/dunstrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
format = "<b>%s</b>\n%b"

[urgency_low]
background = "#color0"
foreground = "#color8"
background = "#040406"
foreground = "#424244"
timeout = 3

[urgency_normal]
foreground = "#color15"
background = "#color4"
foreground = "#A8817E5"
background = "#AB98A7"
timeout = 5

[urgency_critical]
background = "#color1"
foreground = "#color15"
frame_color = "#color11"
background = "#A8817E"
foreground = "#A8817E5"
frame_color = "#A8817E1"
timeout = 10
114 changes: 57 additions & 57 deletions .config/x11/xresources
Original file line number Diff line number Diff line change
@@ -1,68 +1,68 @@
! X colors.
! Generated by 'wal'
*foreground: #eee5e2
*background: #0E090B
*.foreground: #eee5e2
*.background: #0E090B
emacs*foreground: #eee5e2
emacs*background: #0E090B
URxvt*foreground: #eee5e2
XTerm*foreground: #eee5e2
UXTerm*foreground: #eee5e2
URxvt*background: [100]#0E090B
XTerm*background: #0E090B
UXTerm*background: #0E090B
URxvt*cursorColor: #eee5e2
XTerm*cursorColor: #eee5e2
UXTerm*cursorColor: #eee5e2
URxvt*borderColor: [100]#0E090B
*foreground: #c0c0c0
*background: #040406
*.foreground: #c0c0c0
*.background: #040406
emacs*foreground: #c0c0c0
emacs*background: #040406
URxvt*foreground: #c0c0c0
XTerm*foreground: #c0c0c0
UXTerm*foreground: #c0c0c0
URxvt*background: [100]#040406
XTerm*background: #040406
UXTerm*background: #040406
URxvt*cursorColor: #c0c0c0
XTerm*cursorColor: #c0c0c0
UXTerm*cursorColor: #c0c0c0
URxvt*borderColor: [100]#040406

! Colors 0-15.
*.color0: #0E090B
*color0: #0E090B
*.color1: #D2758E
*color1: #D2758E
*.color2: #AC9495
*color2: #AC9495
*.color3: #DEAAB2
*color3: #DEAAB2
*.color4: #DAC2BC
*color4: #DAC2BC
*.color5: #F5B4C7
*color5: #F5B4C7
*.color6: #EED1D1
*color6: #EED1D1
*.color7: #eee5e2
*color7: #eee5e2
*.color8: #a6a09e
*color8: #a6a09e
*.color9: #D2758E
*color9: #D2758E
*.color10: #AC9495
*color10: #AC9495
*.color11: #DEAAB2
*color11: #DEAAB2
*.color12: #DAC2BC
*color12: #DAC2BC
*.color13: #F5B4C7
*color13: #F5B4C7
*.color14: #EED1D1
*color14: #EED1D1
*.color15: #eee5e2
*color15: #eee5e2
*.color0: #040406
*color0: #040406
*.color1: #A8817E
*color1: #A8817E
*.color2: #69648E
*color2: #69648E
*.color3: #895185
*color3: #895185
*.color4: #AB98A7
*color4: #AB98A7
*.color5: #CFA1A0
*color5: #CFA1A0
*.color6: #B1A9D1
*color6: #B1A9D1
*.color7: #818182
*color7: #818182
*.color8: #424244
*color8: #424244
*.color9: #bda09e
*color9: #bda09e
*.color10: #8e8aaa
*color10: #8e8aaa
*.color11: #a67ca3
*color11: #a67ca3
*.color12: #c0b1bd
*color12: #c0b1bd
*.color13: #dbb8b7
*color13: #dbb8b7
*.color14: #c4bedc
*color14: #c4bedc
*.color15: #c0c0c0
*color15: #c0c0c0

! Black color that will not be affected by bold highlighting.
*.color66: #0E090B
*color66: #0E090B
*.color66: #040406
*color66: #040406

! Xclock colors.
XClock*foreground: #eee5e2
XClock*background: #0E090B
XClock*majorColor: rgba:ee/e5/e2/ff
XClock*minorColor: rgba:ee/e5/e2/ff
XClock*hourColor: rgba:ee/e5/e2/ff
XClock*minuteColor: rgba:ee/e5/e2/ff
XClock*secondColor: rgba:ee/e5/e2/ff
XClock*foreground: #c0c0c0
XClock*background: #040406
XClock*majorColor: rgba:c0/c0/c0/ff
XClock*minorColor: rgba:c0/c0/c0/ff
XClock*hourColor: rgba:c0/c0/c0/ff
XClock*minuteColor: rgba:c0/c0/c0/ff
XClock*secondColor: rgba:c0/c0/c0/ff

! Set depth to make transparency work.
URxvt*depth: 32
Expand Down
40 changes: 20 additions & 20 deletions .config/zathura/zathurarc
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,23 @@ map i recolor
map p print
map g goto top

set default-bg "#background"
set default-fg "#foreground"
set statusbar-bg "#background"
set statusbar-fg "#foreground"
set inputbar-bg "#background"
set inputbar-fg "#foreground"
set notification-bg "#background"
set notification-fg "#foreground"
set notification-error-bg "#background"
set notification-error-fg "#foreground"
set notification-warning-bg "#background"
set notification-warning-fg "#foreground"
set highlight-color "#color3"
set highlight-active-color "#color4"
set completion-bg "#color3"
set completion-fg "#color4"
set completion-highlight-bg "#color3"
set completion-highlight-fg "#color4"
set recolor-lightcolor "#background"
set recolor-darkcolor "#foreground"
set default-bg "#040406"
set default-fg "#c0c0c0"
set statusbar-bg "#040406"
set statusbar-fg "#c0c0c0"
set inputbar-bg "#040406"
set inputbar-fg "#c0c0c0"
set notification-bg "#040406"
set notification-fg "#c0c0c0"
set notification-error-bg "#040406"
set notification-error-fg "#c0c0c0"
set notification-warning-bg "#040406"
set notification-warning-fg "#c0c0c0"
set highlight-color "#895185"
set highlight-active-color "#AB98A7"
set completion-bg "#895185"
set completion-fg "#AB98A7"
set completion-highlight-bg "#895185"
set completion-highlight-fg "#AB98A7"
set recolor-lightcolor "#040406"
set recolor-darkcolor "#c0c0c0"
3 changes: 2 additions & 1 deletion .local/bin/scripts/setbg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ trueloc="$(readlink -f "$1")" &&

# If pywal is installed, use it.
if command -v wal >/dev/null 2>&1; then
wal -n -i "$(readlink -f $bgloc)" -o "$XDG_CONFIG_HOME/wal/postrun"
wal -c
wal --cols16 lighten -n -i "$(readlink -f $bgloc)" -o "$XDG_CONFIG_HOME/wal/postrun"
# If pywal is removed, return config files to normal.
else
[ -f "$dunstconf.bak" ] && unlink "$dunstconf" && mv "$dunstconf.bak" "$dunstconf"
Expand Down
2 changes: 1 addition & 1 deletion install/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ PySocks
python-dateutil
python-utils
PyUpload
pywal
pywal16
pywalfox
PyYAML
readme_renderer
Expand Down

0 comments on commit b882f2b

Please sign in to comment.