From eb87923e7b6ae82c232871d4eac4dbef7f07f1b2 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sun, 12 Nov 2023 21:57:48 +0100 Subject: [PATCH] change hyprland keybinds --- modules/home/hyprland/config.nix | 2 +- modules/home/waybar/style.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 61828d2..c897fab 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -127,7 +127,7 @@ in bind = $mainMod, P, pseudo, bind = $mainMod, J, togglesplit, bind = $mainMod, E, exec, thunar - # bind = $mainMod, B, exec, pkill -SIGUSR1 .waybar-wrapped + bind = $mainMod, SHIFT, B, exec, pkill -SIGUSR1 .waybar-wrapped bind = $mainMod, C ,exec, hyprpicker -a bind = $mainMod, G,exec, $HOME/.local/bin/toggle_layout bind = $mainMod, W,exec, pkill wofi || wallpaper-picker diff --git a/modules/home/waybar/style.nix b/modules/home/waybar/style.nix index eac1d86..2eddc51 100644 --- a/modules/home/waybar/style.nix +++ b/modules/home/waybar/style.nix @@ -112,7 +112,7 @@ margin-right: 7px } #window{ - background: none; + background: #${custom.palette.tertiary_background_hex}; padding-left: 15px; padding-right: 15px; border-radius: 16px;