From b9475850d4c9e4c28dbe9c4b92f11fa65a9eaa34 Mon Sep 17 00:00:00 2001 From: Brieuc Dubois Date: Mon, 26 Feb 2024 11:52:47 +0100 Subject: [PATCH] tofi config --- root/home/bhasher/.config/hypr/hyprland.conf | 2 +- root/home/bhasher/.config/tofi/config | 95 ++++++++++++++++++++ 2 files changed, 96 insertions(+), 1 deletion(-) create mode 100644 root/home/bhasher/.config/tofi/config diff --git a/root/home/bhasher/.config/hypr/hyprland.conf b/root/home/bhasher/.config/hypr/hyprland.conf index a904239..5a1c73a 100644 --- a/root/home/bhasher/.config/hypr/hyprland.conf +++ b/root/home/bhasher/.config/hypr/hyprland.conf @@ -6,7 +6,7 @@ exec-once = sh ~/.config/hypr/autostart # Set programs that you use $terminal = kitty $fileManager = dolphin -$menu = tofi-drun | xargs hyprctl dispatch exec +$menu = tofi-drun --font /usr/share/fonts/noto/NotoSansMono-Regular.ttf | xargs hyprctl dispatch exec $lock = swaylock --screenshots --effect-blur 7x5 --indicator --clock | xargs hyprctl dispatch exec # Source other config files (multi-file configs) diff --git a/root/home/bhasher/.config/tofi/config b/root/home/bhasher/.config/tofi/config new file mode 100644 index 0000000..6fe3438 --- /dev/null +++ b/root/home/bhasher/.config/tofi/config @@ -0,0 +1,95 @@ +font = "/usr/share/fonts/noto/NotoSansMono-Regular.ttf" +font-size = 24 + +# Comma separated list of OpenType font feature settings to apply, +font-features = "" + +# Comma separated list of OpenType font variation settings to apply +font-variations = "" + +hint-font = true +text-color = #FFFFFF + +prompt-background = #00000000 +prompt-background-padding = 0 +prompt-background-corner-radius = 0 + +placeholder-color = #FFFFFFA8 +placeholder-background = #00000000 +placeholder-background-padding = 0 +placeholder-background-corner-radius = 0 + +input-background = #00000000 +input-background-padding = 0 +input-background-corner-radius = 0 + +default-result-background = #00000000 +default-result-background-padding = 0 +default-result-background-corner-radius = 0 + +selection-color = #F92672 +selection-background = #00000000 +selection-background-padding = 0 +selection-background-corner-radius = 0 + +selection-match-color = #00000000 + +text-cursor-style = bar + +# text-cursor-color = #FFFFFF +# text-cursor-background = #000000 +text-cursor-corner-radius = 0 + +# text-cursor-style = underscore +# text-cursor-thickness = 2 + +prompt-text = "app: " +prompt-padding = 0 +placeholder-text = "" +num-results = 0 +result-spacing = 0 +horizontal = false +min-input-width = 0 +width = 1280 +height = 720 +background-color = #1B1D1E +outline-width = 0 +outline-color = #080800 +border-width = 12 +border-color = #aaa +corner-radius = 10 + +padding-top = 8 +padding-bottom = 8 +padding-left = 8 +padding-right = 8 + +clip-to-padding = true +scale = true + +output = "" + +anchor = center +exclusive-zone = -1 + +margin-top = 0 +margin-bottom = 0 +margin-left = 0 +margin-right = 0 + +hide-cursor = false +text-cursor = false +history = true +# history-file = /path/to/histfile +matching-algorithm = normal +require-match = true +auto-accept-single = false +hide-input = false +hidden-character = "*" +physical-keybindings = true +print-index = false +drun-launch = false +# terminal = foot +late-keyboard-init = false +multi-instance = false +ascii-input = true