more pywalled things
This commit is contained in:
parent
5fa5ffcb19
commit
ccdca7c67e
8 changed files with 22709 additions and 0 deletions
1
.config/mako/config
Symbolic link
1
.config/mako/config
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
/home/secondbeam/.cache/wal/mako-config
|
||||
22660
.config/pywal-discord-themes/pywal-discord-material.css
Normal file
22660
.config/pywal-discord-themes/pywal-discord-material.css
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -57,6 +57,10 @@ input type:keyboard {
|
|||
xkb_options grp:alt_shift_toggle
|
||||
}
|
||||
|
||||
input type:tablet_tool {
|
||||
map_to_output eDP-1
|
||||
}
|
||||
|
||||
### Key bindings
|
||||
#
|
||||
# Basics:
|
||||
|
|
|
|||
8
.config/wal/mako-config
Normal file
8
.config/wal/mako-config
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
font=FantasqueSansM Nerd Font Normal Regular 12
|
||||
background-color={color6}
|
||||
border-size=2
|
||||
border-color={color14}
|
||||
icon-location=right
|
||||
text-alignment=right
|
||||
default-timeout=2000
|
||||
|
||||
6
.config/wofi/config
Normal file
6
.config/wofi/config
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
width=100%
|
||||
height=8%
|
||||
location=top
|
||||
insensitive=true
|
||||
matching=fuzzy
|
||||
prompt=Search
|
||||
23
.config/wofi/style.css
Normal file
23
.config/wofi/style.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
#expander-box, #window, #input {
|
||||
background-color: --wofi-color4;
|
||||
border-radius: 0;
|
||||
color: white;
|
||||
font-family: FantasqueSansM Nerd Font;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
#window, #input {
|
||||
border: 2px solid --wofi-color12;
|
||||
}
|
||||
|
||||
#expander-box {
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
background-color: --wofi-color6;
|
||||
border-top: 2px solid --wofi-color14;
|
||||
border-bottom: 2px solid --wofi-color14;
|
||||
border-radius: 0;
|
||||
}
|
||||
BIN
thornythorny_in.png
Normal file
BIN
thornythorny_in.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
|
|
@ -2,3 +2,10 @@
|
|||
wal --cols16 -i $1
|
||||
walogram
|
||||
pywalfox update
|
||||
magick thornythorny_in.png -channel RGB +level-colors "$(cat ~/.cache/wal/colors | sed -n 3p)" -background none -gravity NorthEast -extent 960x540 -gravity Center -extent 1920x1080 ~/Pictures/thornythorny.png
|
||||
makoctl reload
|
||||
pywal-discord -t material
|
||||
|
||||
for pid in $(pidof /usr/bin/kitty); do
|
||||
kill -SIGUSR1 $pid
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue