Move wallpaper and emoji support to this repository.
This commit is contained in:
parent
8ea59c3385
commit
2b33915c76
5 changed files with 3090 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
chosen=$(cut -d ';' -f1 ~/.local/share/emoji | dmenu -l 30 -i | sed "s/ .*//")
|
||||
chosen=$(cut -d ';' -f1 $XDG_CONFIG_HOME/qtile/chars/* | dmenu -l 30 -i | sed "s/ .*//")
|
||||
[ -z "$chosen" ] && exit
|
||||
|
||||
if [ -n "$1" ]; then
|
||||
xdotool type "$chosen"
|
||||
else
|
||||
printf "$chosen" | xclip -rmlastnl
|
||||
printf "$chosen" | wl-copy -n
|
||||
notify-send -t 2000 "'$chosen' copied to clipboard" &
|
||||
fi
|
1630
_desktop/qtile/chars/emoji
Normal file
1630
_desktop/qtile/chars/emoji
Normal file
File diff suppressed because it is too large
Load diff
1456
_desktop/qtile/chars/font-awesome
Normal file
1456
_desktop/qtile/chars/font-awesome
Normal file
File diff suppressed because it is too large
Load diff
|
@ -70,7 +70,7 @@ keys = [
|
|||
Key([mod, "shift"], "Return", lazy.spawn("sh -c 'terminal_profile=work BROWSER=workfx st'")),
|
||||
Key([mod, "control"], "a", lazy.spawn("dmenu-audio")),
|
||||
Key([mod, "control"], "b", lazy.spawn("dmenu-bluetooth")),
|
||||
Key([mod, "control"], "e", lazy.spawn("dmenu-emoji")),
|
||||
Key([mod, "control"], "e", lazy.spawn("dmenu-chars")),
|
||||
Key([mod, "control"], "d", lazy.spawn("dmenu-display")),
|
||||
# WM control
|
||||
Key([mod], "f", lazy.window.toggle_floating()),
|
||||
|
@ -193,7 +193,7 @@ screens = [
|
|||
24,
|
||||
margin=[5, 5, 0, 5]
|
||||
),
|
||||
wallpaper='~/.local/share/wallpaper.jpg',
|
||||
wallpaper='$XDG_CONFIG_HOME/wallpaper.jpg',
|
||||
wallpaper_mode='fill',
|
||||
),
|
||||
]
|
||||
|
|
BIN
_desktop/qtile/wallpaper.jpg
Normal file
BIN
_desktop/qtile/wallpaper.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 MiB |
Loading…
Add table
Add a link
Reference in a new issue