From e535ff373e606a436223c559d43ee4e947e2d4fb Mon Sep 17 00:00:00 2001 From: Thierry Schork Date: Thu, 10 Jul 2025 21:38:07 +0200 Subject: [PATCH] adapted for laptop --- .config/hypr/hyprland.conf | 8 ++++---- .config/waybar/config | 26 +++++++++++++------------- .config/waybar/style.css | 5 +++++ 3 files changed, 22 insertions(+), 17 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index f4ced40..e4f9967 100755 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -54,8 +54,8 @@ xwayland { # For all categories, see https://wiki.hyprland.org/Configuring/Variables/ input { - kb_layout = ch,us - kb_variant = fr,euro + kb_layout = us,ch + kb_variant = euro,fr kb_model = kb_options = grp:alt_space_toggle kb_rules = @@ -151,7 +151,7 @@ gestures { $mainMod = SUPER # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more -bind = $mainMod, Q, exec, wezterm #alacritty -e screen +bind = $mainMod, Q, exec, wezterm start #gnome-terminal #alacritty -e screen bind = $mainMod SHIFT, Q, exec, alacritty bind = $mainMod, C, killactive, bind = $mainMod, W, killactive, @@ -234,7 +234,7 @@ bind = ALT, a, exec, playerctl -p $player previous #screenshot #bind = $mainMod, Shift_R , exec, hyprshot --clipboard-only -m region -bind = , Pause, exec, hyprshot --clipboard-only -m region +bind = , Print, exec, hyprshot --clipboard-only -m region #windows rules diff --git a/.config/waybar/config b/.config/waybar/config index 3a6b55d..d77ccb8 100755 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -100,9 +100,9 @@ "custom/right-arrow-dark" ], "modules-right": [ - "custom/left-arrow-dark", - "custom/poweroff", - "custom/left-arrow-light", + //"custom/left-arrow-dark", + //"custom/poweroff", + //"custom/left-arrow-light", "custom/left-arrow-dark", "pulseaudio", "custom/left-arrow-light", @@ -112,19 +112,19 @@ "custom/left-arrow-dark", "cpu", //"custom/sep", - //"temperature", - //"custom/left-arrow-light", - //"custom/left-arrow-dark", - //"battery", - //"custom/left-arrow-light", - //"custom/left-arrow-dark", - //"backlight", + "temperature", "custom/left-arrow-light", "custom/left-arrow-dark", + "battery", + "custom/left-arrow-light", + //"custom/left-arrow-dark", + "backlight", + //"custom/left-arrow-light", + "custom/left-arrow-dark", //"user", - "idle_inhibitor", - "custom/left-arrow-light", - "custom/left-arrow-dark", + //"idle_inhibitor", + //"custom/left-arrow-light", + //"custom/left-arrow-dark", "tray" ], "temperature": { diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 6bc6966..dbb9431 100755 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -11,6 +11,7 @@ window#waybar { #custom-right-arrow-dark, #custom-left-arrow-dark { color: #1a1a1a; + background: #292b2e; } #custom-right-arrow-light, #custom-left-arrow-light { @@ -99,6 +100,10 @@ window#waybar { padding: 0 10px; } +#backlight{ + min-width: 100px; +} + #backlight-slider slider { min-height: 80px; min-width: 10px;