Bohdan's terminal configuration

replaced wofi with fuzzel

bpavuk 3bd1d4df be828234

Changed files
+25 -50
window_manager
.config
fuzzel
hypr
wofi
+22
window_manager/.config/fuzzel/fuzzel.ini
··· 1 + [main] 2 + 3 + # text 4 + font = JetBrainsMono Nerd Font:size=12:weight=bold 5 + use-bold = yes 6 + placeholder = find anything... 7 + 8 + # misc 9 + 10 + terminal = kitty -e 11 + 12 + [colors] 13 + 14 + background = 032221ff 15 + text = f1f7f6ff 16 + prompt = 00df81ff 17 + placeholder = 03624cff 18 + input = 2cc295ff 19 + match = 00df81ff 20 + selection = 00df81ff 21 + selection-text = 032221ff 22 + selection-match = f1f7f6ff
+1 -1
window_manager/.config/hypr/hyprland/apps.conf
··· 1 1 $terminal = kitty 2 2 $fileManager = dolphin 3 - $menu = wofi --show drun -I 3 + $menu = fuzzel 4 4 $browser = flatpak run app.zen_browser.zen 5 5
+1 -1
window_manager/.config/hypr/hyprland/keybindings.conf
··· 32 32 bind = , Print, exec, grim 33 33 34 34 # Clipboard manager 35 - bind = $mainMod, V, exec, cliphist list | wofi --dmenu | cliphist decode | wl-copy 35 + bind = $mainMod, V, exec, cliphist list | fuzzel --dmenu | cliphist decode | wl-copy 36 36 37 37 # Move focus with mainMod + arrow keys 38 38 bind = $mainMod, left, movefocus, l
-47
window_manager/.config/wofi/style.css
··· 1 - window { 2 - margin: 0px; 3 - border: 5px solid #032221; 4 - } 5 - 6 - #input { 7 - margin: 5px; 8 - border: none; 9 - color: #032221; 10 - background-color: #f1f7f6; 11 - } 12 - 13 - #inner-box { 14 - margin: 5px; 15 - border: none; 16 - background-color: #032221; 17 - } 18 - 19 - #outer-box { 20 - margin: 5px; 21 - border: none; 22 - background-color: #032221; 23 - } 24 - 25 - #scroll { 26 - margin: 0px; 27 - border: none; 28 - } 29 - 30 - #text { 31 - margin: 5px; 32 - border: none; 33 - color: #f1f7f6; 34 - } 35 - 36 - #entry:selected #text { 37 - color: #021b1a; 38 - } 39 - 40 - #input #text { 41 - color: #f1f7f6; 42 - } 43 - 44 - #entry:selected { 45 - background-color: #00df81; 46 - border-radius: 5px; 47 - }
+1 -1
window_manager/README.md
··· 4 4 5 5 Mandatory: 6 6 - `waybar` - top bar 7 - - `wofi` - app launcher 7 + - `fuzzel` - app launcher 8 8 - `waypaper` and `hyprpaper` - for the wallpaper 9 9 - `kitty` - terminal 10 10 - Hyprland - my tiling WM of choice