docs: not suggest wofi

This commit is contained in:
DreamMaoMao 2025-02-18 12:24:32 +08:00
parent 90f709c726
commit 9d33317b85
6 changed files with 3 additions and 105 deletions

View file

@ -55,7 +55,7 @@ See below for more features.
## suggest tools
```
yay -S wofi foot xdg-desktop-portal-wlr swaybg waybar wl-clip-persist cliphist wl-clipboard wlsunset
yay -S rofi foot xdg-desktop-portal-wlr swaybg waybar wl-clip-persist cliphist wl-clipboard wlsunset
```
@ -77,7 +77,6 @@ mkdir -p ~/.config/maomao/
# some suggest config
cp waybar ~/.config/maomao/ -r
cp wofi ~/.config/maomao/ -r
cp wallpaper ~/.config/maomao/ -r
```

View file

@ -107,7 +107,7 @@ bind=SUPER,r,reload_config
# menu and terminal
bind=Alt,space,spawn,wofi --normal-window -c ~/.config/maomao/wofi/config -s ~/.config/maomao/wofi/style.css
bind=Alt,space,spawn,rofi -show drun
bind=Alt,Return,spawn,foot
# exit
@ -226,4 +226,4 @@ mousebind=NONE,btn_right,killclient,0
# Axis Bindings
axisbind=SUPER,UP,viewtoleft_have_client
axisbind=SUPER,DOWN,viewtoright_have_client
axisbind=SUPER,DOWN,viewtoright_have_client

View file

@ -1,16 +0,0 @@
width=660
height=325
#location=center
show=drun
prompt=Search...
filter_rate=100
allow_markup=true
no_actions=true
halign=fill
orientation=vertical
content_halign=fill
insensitive=true
allow_images=true
image_size=40
gtk_dark=true
layer=overlay

View file

@ -1,16 +0,0 @@
# Config for wofi-wifi-menu
# position values:
# 1 2 3
# 8 0 4
# 7 6 5
POSITION=3
#y-offset
YOFF=15
#x-offset
XOFF=-30
#fields to be displayed
FIELDS=SSID,IN-USE,BARS,SECURITY

View file

@ -1,5 +0,0 @@
@import ".config/wofi/style.css";
window {
font-family: "FiraCode Nerd Font Mono";
font-size: 13px;
}

View file

@ -1,64 +0,0 @@
#window {
margin: 0px;
border: 2px solid #bca0cc;
background-color: rgba(14, 15, 0, 0.8);
border-radius: 15px;
}
#test {
margin: 0px;
border: 2px solid rgba(93, 74, 22, 0.7);
background-color: #C66E25;
border-radius: 15px;
}
#input {
margin: 5px;
padding-bottom: 10px;
border: none;
color: #d3d3ce;
border-radius: 15px;
background-color: rgba(14, 15, 0, 0.2);
}
#outer-box {
margin: 5px;
border: none;
border-radius: 15px;
padding-left: 15px;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 15px;
background-color:rgba(0, 0, 0, 0);
}
#scroll {
margin: 0px;
border-radius: 15px;
border: none;
}
#text {
border-radius: 15px;
margin: 5px;
border: none;
color: #d3d3ce;
}
/* #entry.activatable #text {
color: #282a36;
}
#entry > * {
color: #d3d3ce;
} */
#entry:selected {
border-radius: 15px;
background-color: #a68ebd;
}
#entry:selected #text {
color: #000000;
border-radius: 15px;
}