From 4e81023a52652d557527f63165da196d58f92484 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 10 Apr 2023 00:22:23 +0200 Subject: updated nord to tofi 0.9 --- config/hyprland/tofi/themes/nord | 45 ++++------------------------------------ 1 file changed, 4 insertions(+), 41 deletions(-) (limited to 'config/hyprland') diff --git a/config/hyprland/tofi/themes/nord b/config/hyprland/tofi/themes/nord index 1b2ba53..b931f5f 100644 --- a/config/hyprland/tofi/themes/nord +++ b/config/hyprland/tofi/themes/nord @@ -1,12 +1,7 @@ ### Font -font = /usr/share/fonts/TTF/JetBrainsMono-Bold.ttf +font = JetBrains Mono Bold font-size = 12 -font-features = "" -font-variations = "" -hint-font = true - -### Colors text-color = #d8dee9 prompt-color = #81a1c1 placeholder-color = #4c566a @@ -15,16 +10,10 @@ default-result-color = #88c0d0 selection-color = #5e81ac selection-match-color = #ffffff -### Matching prompt-text = "" prompt-padding = 0 -placeholder-text = "cmd" -num-results = 0 -result-spacing = 0 -horizontal = false -min-input-width = 0 +placeholder-text = "..." -### Window theming width = 20% height = 20% background-color = #2e3440f0 @@ -33,38 +22,12 @@ outline-color = #81a1c1 border-width = 2 border-color = #88c0d0 corner-radius = 26 -# Padding + padding-top = 0 padding-bottom = 0 padding-left = 7% padding-right = 0 -clip-to-padding = true -scale = true -output = "" -anchor = center -# -1 means ignore exclusive zones completely. -# 0 will move tofi out of the way of other windows' zones. -# > 0 will set that much space as an exclusive zone. -exclusive-zone = -1 - -# Window offset from edge of screen. Only has an effect when anchored -margin-top = 0 -margin-bottom = 0 -margin-left = 0 -margin-right = 0 - -### Behaviour -hide-cursor = false -history = true -# history-file = /path/to/histfile -fuzzy-match = false require-match = false -hide-input = false +auto-accept-single = true hidden-character = "" -drun-launch = true -# terminal = foot -late-keyboard-init = false -multi-instance = false -ascii-input = false -# include = /path/to/config -- cgit v1.2.3 From 9ccb173282787e5fcf0009e2928e2c51dddec5b0 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 10 Apr 2023 00:27:42 +0200 Subject: use monospace font --- config/hyprland/tofi/themes/nord | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/hyprland') diff --git a/config/hyprland/tofi/themes/nord b/config/hyprland/tofi/themes/nord index b931f5f..ef5e14f 100644 --- a/config/hyprland/tofi/themes/nord +++ b/config/hyprland/tofi/themes/nord @@ -1,5 +1,5 @@ ### Font -font = JetBrains Mono Bold +font = monospace bold font-size = 12 text-color = #d8dee9 -- cgit v1.2.3 From 16fccb12fdf71f099c45978589da88cdb2cbdb3e Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 10 Apr 2023 00:28:46 +0200 Subject: commented nvidia vars out --- config/hyprland/hypr/env.conf | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'config/hyprland') diff --git a/config/hyprland/hypr/env.conf b/config/hyprland/hypr/env.conf index 258ada5..162c911 100644 --- a/config/hyprland/hypr/env.conf +++ b/config/hyprland/hypr/env.conf @@ -26,8 +26,9 @@ env = SDL_IM_MODULE,fcitx env = SDL_VIDEODRIVER,wayland env = CLUTTER_BACKEND,wayland -env = LIBVA_DRIVER_NAME,nvidia -env = XDG_SESSION_TYPE,wayland -env = GBM_BACKEND,nvidia-drm -env = __GLX_VENDOR_LIBRARY_NAME,nvidia -env = WLR_NO_HARDWARE_CURSORS,1 +# # nvidia +# env = LIBVA_DRIVER_NAME,nvidia +# env = XDG_SESSION_TYPE,wayland +# env = GBM_BACKEND,nvidia-drm +# env = __GLX_VENDOR_LIBRARY_NAME,nvidia +# env = WLR_NO_HARDWARE_CURSORS,1 -- cgit v1.2.3 From 9addab38b82a99dd3544ac1b5883346f93a80c62 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 10 Apr 2023 00:29:02 +0200 Subject: increased font size --- config/hyprland/foot/foot.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/hyprland') diff --git a/config/hyprland/foot/foot.ini b/config/hyprland/foot/foot.ini index 671ede4..79cc804 100644 --- a/config/hyprland/foot/foot.ini +++ b/config/hyprland/foot/foot.ini @@ -9,7 +9,7 @@ term=xterm-256color # title=foot # locked-title=no -# font=monospace:size=8 +font=monospace:size=11 # font-bold= # font-italic= # font-bold-italic= -- cgit v1.2.3 From b1fcaf9dd8d40525f531fdacd7b40ed0c7a91635 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 10 Apr 2023 11:42:08 +0200 Subject: use font file --- config/hyprland/tofi/themes/nord | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/hyprland') diff --git a/config/hyprland/tofi/themes/nord b/config/hyprland/tofi/themes/nord index ef5e14f..3db099f 100644 --- a/config/hyprland/tofi/themes/nord +++ b/config/hyprland/tofi/themes/nord @@ -1,5 +1,5 @@ ### Font -font = monospace bold +font = /usr/share/fonts/TTF/JetBrainsMono-Bold.ttf font-size = 12 text-color = #d8dee9 -- cgit v1.2.3 From 0f1462b52daa9b10b1c02934dc2fd4fe1dbe536a Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 10 Apr 2023 23:15:04 +0200 Subject: added fakefullscreen bind --- config/hyprland/hypr/binds.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'config/hyprland') diff --git a/config/hyprland/hypr/binds.conf b/config/hyprland/hypr/binds.conf index 61e2971..05355ce 100644 --- a/config/hyprland/hypr/binds.conf +++ b/config/hyprland/hypr/binds.conf @@ -31,6 +31,7 @@ binde = $mainMod SHIFT, K, resizeactive, 0 -60 binde = $mainMod SHIFT, L, resizeactive, 60 0 bind = $mainMod SHIFT, F, fullscreen +bind = $mainMod CTRL, F, fakefullscreen bind = $mainMod, 1, workspace, 1 bind = $mainMod, 2, workspace, 2 -- cgit v1.2.3 From f65783947a1d92738f4c3544bec94be94bd6e27c Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 10 Apr 2023 23:15:34 +0200 Subject: reset font, removed padding --- config/hyprland/tofi/themes/nord | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config/hyprland') diff --git a/config/hyprland/tofi/themes/nord b/config/hyprland/tofi/themes/nord index 3db099f..dae003b 100644 --- a/config/hyprland/tofi/themes/nord +++ b/config/hyprland/tofi/themes/nord @@ -1,5 +1,5 @@ ### Font -font = /usr/share/fonts/TTF/JetBrainsMono-Bold.ttf +font = monospace bold font-size = 12 text-color = #d8dee9 @@ -25,7 +25,8 @@ corner-radius = 26 padding-top = 0 padding-bottom = 0 -padding-left = 7% +padding-left = 0 +# padding-left = 7% padding-right = 0 require-match = false -- cgit v1.2.3