From e6d052eb9b6863ab6d54e425059b5fc1396cd754 Mon Sep 17 00:00:00 2001 From: Jinks Date: Wed, 29 Jan 2025 06:26:46 +0100 Subject: [PATCH] Update .config/hypr/hyprland.conf Update .config/walker/themes/default.css --- private_dot_config/hypr/hyprland.conf | 7 ++++--- private_dot_config/walker/themes/private_default.css | 7 +++++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/private_dot_config/hypr/hyprland.conf b/private_dot_config/hypr/hyprland.conf index 8b1c3a8..d745d5b 100644 --- a/private_dot_config/hypr/hyprland.conf +++ b/private_dot_config/hypr/hyprland.conf @@ -33,6 +33,7 @@ env = XDG_SESSION_TYPE,hyprland env = GDK_BACKEND,wayland,x11,* env = PATH,$HOME/bin:$PATH env = HYPRSHOT_DIR,$HOME/Pictures/Screenshots +env = TERMINAL,terminator # For all categories, see https://wiki.hyprland.org/Configuring/Variables/ input { @@ -217,7 +218,7 @@ bind = $mainMod SHIFT, E, exit, bind = $mainMod, E, exec, nemo bind = $mainMod, SPACE, togglefloating, #bind = $mainMod, D, exec, wofi -S drun,run -bind = $mainMod, D, exec, GSK_RENDERER=ngl walker +bind = $mainMod, D, exec, rofi -show combi bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, J, togglesplit, # dwindle bind = $mainMod, F, fullscreen, 0 # dwindle @@ -226,8 +227,8 @@ bind = $mainMod CTRL, F, fullscreenstate, 0 2 # dwindle bind = $mainMod, N, exec, swaync-client -t -sw # swaync bind = $mainMod, G, exec, bluetoothctl connect 3C:FA:06:29:AA:7B #bind = $mainMod, X, exec, speedcrunch -bind = $mainMod, X, exec, walker -m calc -bind = , XF86Calculator, exec, walker -m calc +bind = $mainMod, X, exec, rofi -modi calc -show calc +bind = , XF86Calculator, exec, rofi -modi calc -show calc # Move focus with mainMod + arrow keys #bind = $mainMod, left, movefocus, l #bind = $mainMod, right, movefocus, r diff --git a/private_dot_config/walker/themes/private_default.css b/private_dot_config/walker/themes/private_default.css index 6f9cf45..7b4bdcb 100644 --- a/private_dot_config/walker/themes/private_default.css +++ b/private_dot_config/walker/themes/private_default.css @@ -28,6 +28,13 @@ slider, all: unset; } +#cfgerr { + background: rgba(255, 0, 0, 0.4); + margin-top: 20px; + padding: 8px; + font-size: 1.2em; +} + #window { color: @foreground; }