more pywalled things

This commit is contained in:
Alexey 2025-12-24 22:08:36 +03:00
commit ccdca7c67e
8 changed files with 22709 additions and 0 deletions

1
.config/mako/config Symbolic link
View file

@ -0,0 +1 @@
/home/secondbeam/.cache/wal/mako-config

File diff suppressed because it is too large Load diff

View file

@ -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
View 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
View file

@ -0,0 +1,6 @@
width=100%
height=8%
location=top
insensitive=true
matching=fuzzy
prompt=Search

23
.config/wofi/style.css Normal file
View 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;
}