From 22c31afd4b5f5026c330b72aff03fa8e463528be Mon Sep 17 00:00:00 2001 From: Standreas Date: Wed, 30 Oct 2024 14:23:03 +0100 Subject: [PATCH] Updated themes; fixed an error in autostart (#35) --- configurations/labwc/autostart | 2 +- labwc-themes/Vent-dark/openbox-3/themerc | 7 +++++-- labwc-themes/Vent/openbox-3/themerc | 7 +++++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/configurations/labwc/autostart b/configurations/labwc/autostart index 5136eb5..fa49741 100644 --- a/configurations/labwc/autostart +++ b/configurations/labwc/autostart @@ -28,5 +28,5 @@ dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY > /dev/null # Suspending can be configured in LXQt power management settings # Screen locking can be configured in Session Settings # Turn off display(s) after 5 minutes: -swayidle -w timeout 300 "wlopm --off \*" resume "wlopm --on \*" > /dev/null 2>1 & +swayidle -w timeout 300 "wlopm --off \*" resume "wlopm --on \*" > /dev/null 2>&1 & diff --git a/labwc-themes/Vent-dark/openbox-3/themerc b/labwc-themes/Vent-dark/openbox-3/themerc index faa12e8..800b782 100644 --- a/labwc-themes/Vent-dark/openbox-3/themerc +++ b/labwc-themes/Vent-dark/openbox-3/themerc @@ -1,8 +1,11 @@ ### WINDOW border.width: 1 -padding.height: 4 -titlebar.height: 38 +window.button.width: 32 +window.button.height: 34 +window.titlebar.padding.width: 5 +window.titlebar.padding.height: 0 +window.button.spacing: 5 window.active.border.color: #1ee7ea window.inactive.border.color: #d0d0d0 window.active.indicator.toggled-keybind.color: #cb2727 diff --git a/labwc-themes/Vent/openbox-3/themerc b/labwc-themes/Vent/openbox-3/themerc index 89ca212..a40e908 100644 --- a/labwc-themes/Vent/openbox-3/themerc +++ b/labwc-themes/Vent/openbox-3/themerc @@ -1,8 +1,11 @@ ### WINDOW border.width: 2 -padding.height: 4 -titlebar.height: 38 +window.button.width: 32 +window.button.height: 34 +window.titlebar.padding.width: 5 +window.titlebar.padding.height: 0 +window.button.spacing: 5 window.active.border.color: #33679a window.inactive.border.color: #000000 window.active.indicator.toggled-keybind.color: #b62b19