Compare commits

..

No commits in common. "c38e7d828057e693e54331a21ec108e89d4e4d88" and "5c684c084ff34c9cdec2e14091454640d5b6ad4a" have entirely different histories.

3 changed files with 1 additions and 34 deletions

View File

@ -69,9 +69,6 @@ dotfiles:
d_waybar:
src: config/waybar
dst: ~/.config/waybar
f_fuzzel.ini:
src: config/fuzzel/fuzzel.ini
dst: ~/.config/fuzzel/fuzzel.ini
profiles:
everywhere:
dotfiles:
@ -100,7 +97,6 @@ profiles:
- d_local_bin
- f_ssh-agent.service
- d_waybar
- f_fuzzel.ini
knafeh:
dotfiles:
- d_vim
@ -123,4 +119,3 @@ profiles:
- d_local_bin
- f_ssh-agent.service
- d_waybar
- f_fuzzel.ini

View File

@ -1,28 +0,0 @@
dpi-aware=auto
# Use fc-list to check fonts and styles
font=Source Sans Pro:style=Roman:size=12
fields=name,generic,comment,categories,filename,keywords
terminal=foot -e
prompt=" "
layer=overlay
[colors]
# Selenized colors
# base03
background=103c48ff
# base0
text=adbcbcff
# magenta
match=f275beff
# base02
selection=184956ff
# base0
selection-text=adbcbcff
border=adbcbcfa
[border]
radius=20
[dmenu]
exit-immediately-if-empty=yes
# vim: ft=dosini

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
magick convert "$1" -trim \( +clone -background grey25 -shadow 80x40+5+30 \) +swap -background transparent -layers merge +repage "$1-shadow.png"
convert "$1" -trim \( +clone -background grey25 -shadow 80x40+5+30 \) +swap -background transparent -layers merge +repage "$1-shadow.png"