From 10754f2cbbac075b66a78783e3bf07fa339528e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Sat, 2 Dec 2023 18:02:47 +0100 Subject: [PATCH] Bring laptop more inline with master --- hypr/hyprland.conf | 4 +++- waybar/config | 2 +- waybar/style.css | 2 -- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index e8873e6..4d4300c 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -1,7 +1,6 @@ exec-once=hyprpaper env = WLR_DRM_DEVICES,/dev/dri/card0:/dev/dri/card1 monitor=,preferred,auto,1 -exec-once=waybar exec-once=sudo wg-quick up wg0 exec-once=sleep 0.7 && swaylock @@ -33,6 +32,8 @@ windowrule = center,title:^(rofi)(.*)$ windowrule = noborder,title:^(rofi)(.*)$ windowrule = noanim,waybar +exec-once=waybar + binds { scroll_event_delay=1 } @@ -114,6 +115,7 @@ bind = $mainMod, C, exec, CM_LAUNCHER=rofi-script rofi -modi "clipmenu:/usr/bin/ bind = $mainMod, Y, exec, /home/user/.config/rofi/rofi-ykman.sh bind = Super_L Control_L, Q, exec, systemctl suspend bind = $mainMod, Escape, exec, rofi -show power-menu -modi power-menu:/home/user/.config/scripts/rofi-power-menu + bind = ,XF86PowerOff, exec, rofi -show power-menu -modi power-menu:/home/user/.config/scripts/rofi-power-menu bind = ,XF86MonBrightnessUp, exec, xbacklight -inc 10 bind = ,XF86MonBrightnessDown, exec, xbacklight -dec 10 diff --git a/waybar/config b/waybar/config index 3e78935..fded395 100644 --- a/waybar/config +++ b/waybar/config @@ -53,8 +53,8 @@ "format": "{used:0.2f}G" }, "temperature": { - "thermal-zone": 6, // "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input", + "thermal-zone": 6, "interval": 5, "critical-threshold": 80, // "format-critical": "{temperatureC}°C {icon}", diff --git a/waybar/style.css b/waybar/style.css index 83e6dcd..27321bc 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -25,7 +25,6 @@ button:hover { background: inherit; box-shadow: inset 0 0 #ffffff; } - #workspaces button { padding: 0 8px; background-color: transparent; @@ -73,7 +72,6 @@ button:hover { #window { font-weight:400; - font-size:14px; margin-left:0; } window#waybar.empty #window {