From 9d33317b8579c7447ac11ba3b5f73516727892cb Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Tue, 18 Feb 2025 12:24:32 +0800 Subject: [PATCH] docs: not suggest wofi --- README.md | 3 +-- config.conf | 4 ++-- wofi/config | 16 ------------- wofi/menu | 16 ------------- wofi/menu.css | 5 ---- wofi/style.css | 64 -------------------------------------------------- 6 files changed, 3 insertions(+), 105 deletions(-) delete mode 100755 wofi/config delete mode 100755 wofi/menu delete mode 100755 wofi/menu.css delete mode 100755 wofi/style.css diff --git a/README.md b/README.md index fda1bf4..9c14451 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/config.conf b/config.conf index b331c8f..d9e7557 100644 --- a/config.conf +++ b/config.conf @@ -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 \ No newline at end of file +axisbind=SUPER,DOWN,viewtoright_have_client diff --git a/wofi/config b/wofi/config deleted file mode 100755 index 990bdc4..0000000 --- a/wofi/config +++ /dev/null @@ -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 diff --git a/wofi/menu b/wofi/menu deleted file mode 100755 index a0cf646..0000000 --- a/wofi/menu +++ /dev/null @@ -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 diff --git a/wofi/menu.css b/wofi/menu.css deleted file mode 100755 index aae4053..0000000 --- a/wofi/menu.css +++ /dev/null @@ -1,5 +0,0 @@ -@import ".config/wofi/style.css"; -window { - font-family: "FiraCode Nerd Font Mono"; - font-size: 13px; -} diff --git a/wofi/style.css b/wofi/style.css deleted file mode 100755 index 2a39af6..0000000 --- a/wofi/style.css +++ /dev/null @@ -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; -}