rice wofi now

This commit is contained in:
2025-04-02 16:47:55 +03:00
parent 4ee203cb5d
commit 642883abcd
7 changed files with 107 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ misc {
initial_workspace_tracking = 0
new_window_takes_over_fullscreen = 1
disable_splash_rendering = false
font_family = Monaspace Neon
font_family = Geist
}
# Layer Rules
@@ -85,6 +85,11 @@ layerrule = animation popin 70%, wofi
layerrule = animation slide right, notifications
layerrule = dimaround, wofi
layerrule = order -999, wl_shimeji
layerrule = order -10, wofi
layerrule = order -20, waybar
# Window Rules
windowrulev2 = float,class:^(blueman-manager-wrapped)$
windowrulev2 = size 900 500,class:^(blueman-manager-wrapped)$

View File

@@ -9,7 +9,7 @@ bind = $mainMod SHIFT, GRAVE, movetoworkspace, special:music
bind = $mainMod SHIFT, B, exec, bash ~/config/scripts/hot-reload.sh
# Wallpaper
# bind = $mainMod SHIFT, RETURN, exec, bash ~/config/scripts/select-wallpaper.sh
bind = $mainMod SHIFT, RETURN, exec, bash ~/config/scripts/select-wallpaper.sh
# Screenshot keybinds
bind = $mainMod, PRINT, exec, bash ~/config/scripts/screenshot-selection.sh

7
config/wofi/config Normal file
View File

@@ -0,0 +1,7 @@
[wofi]
prompt=Search
allow_images=true
allow_markup=true
term=ghostty
dynamic_lines=true
normal_window=false

53
config/wofi/style.css Normal file
View File

@@ -0,0 +1,53 @@
window {
background-color: #1e1e2e;
border: 1px solid #89b4fa;
border-radius: 12px;
padding: 8px;
}
#entry {
background: transparent;
color: #c3d0ff;
border-radius: 8px;
padding: 6px 12px;
border: 1px solid transparent;
}
#entry label {
padding-left: 16px;
}
#entry expander arrow {
padding: -16px;
margin: -16px;
background: transparent;
color: transparent;
}
#entry:selected {
border: 1px solid #89b4fa;
}
#input {
margin: 8px;
background: #1e1e2e;
color: #c3d0ff;
border-radius: 8px;
padding: 6px 12px;
border: 1px solid #89b4fa;
}
#scroll {
background: transparent;
margin-bottom: 8px;
}
#scroll box {
margin-left: 8px;
margin-right: 8px;
}
#scroll slider {
background: #89b4fa;
border-radius: 4px;
}