From a6349ec5229897aea9454438bd34093acf2c69ab Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Wed, 17 Jan 2024 16:06:08 +0100 Subject: [PATCH] Updates --- .install/general-packages.sh | 4 ++-- .install/qtile-packages.sh | 1 + .version/name | 2 +- .version/version | 2 +- gtk/gtk.sh | 9 ++++----- hypr/conf/environments/default.conf | 1 - hypr/conf/environments/kvm.conf | 1 - hypr/conf/ml4w.conf | 6 +++--- 8 files changed, 12 insertions(+), 14 deletions(-) diff --git a/.install/general-packages.sh b/.install/general-packages.sh index ec60154..54ce89b 100644 --- a/.install/general-packages.sh +++ b/.install/general-packages.sh @@ -40,13 +40,13 @@ packagesPacman=( "brightnessctl" "gum" "man-pages" - "xdg-desktop-portal" + "xdg-desktop-portal" + "xdg-desktop-portal-gnome" "nm-connection-editor" "gvfs" "xdg-user-dirs" "networkmanager" "network-manager-applet" - "xclip" ); packagesYay=( diff --git a/.install/qtile-packages.sh b/.install/qtile-packages.sh index b114269..865fcf4 100644 --- a/.install/qtile-packages.sh +++ b/.install/qtile-packages.sh @@ -8,6 +8,7 @@ packagesPacman=( "nitrogen" "python-dbus-next" "python-iwlib" + "xclip" ); packagesYay=( diff --git a/.version/name b/.version/name index 6b9cd07..fbafd6b 100644 --- a/.version/name +++ b/.version/name @@ -1 +1 @@ -2.7.2RC1 \ No newline at end of file +2.7.2 \ No newline at end of file diff --git a/.version/version b/.version/version index 2a095c4..8006072 100644 --- a/.version/version +++ b/.version/version @@ -1 +1 @@ -271 \ No newline at end of file +272 \ No newline at end of file diff --git a/gtk/gtk.sh b/gtk/gtk.sh index 7476966..ef43242 100755 --- a/gtk/gtk.sh +++ b/gtk/gtk.sh @@ -1,6 +1,5 @@ #!/bin/bash -gnome_schema="org.gnome.desktop.interface" -gsettings set "$gnome_schema" icon-theme "Papirus-Dark" -gsettings set "$gnome_schema" cursor-theme "Bibata-Modern-Ice" -gsettings set "$gnome_schema" font-name "Cantarell 11" -gsettings set "$gnome_schema" color-scheme "prefer-dark" +gsettings set org.gnome.desktop.interface icon-theme 'Papirus-Dark' +gsettings set org.gnome.desktop.interface cursor-theme 'Bibata-Modern-Ice' +gsettings set org.gnome.desktop.interface font-name 'Cantarell 11' +gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' diff --git a/hypr/conf/environments/default.conf b/hypr/conf/environments/default.conf index ce82051..219a68f 100644 --- a/hypr/conf/environments/default.conf +++ b/hypr/conf/environments/default.conf @@ -5,4 +5,3 @@ env = XCURSOR_SIZE,24 env = QT_QPA_PLATFORM,wayland -env = GTK_THEME,Adwaita:dark diff --git a/hypr/conf/environments/kvm.conf b/hypr/conf/environments/kvm.conf index c64ee56..e56d758 100644 --- a/hypr/conf/environments/kvm.conf +++ b/hypr/conf/environments/kvm.conf @@ -5,6 +5,5 @@ env = XCURSOR_SIZE,24 env = QT_QPA_PLATFORM,wayland -env = GTK_THEME,Adwaita:dark env = WLR_NO_HARDWARE_CURSORS, 1 env = WLR_RENDERER_ALLOW_SOFTWARE, 1 \ No newline at end of file diff --git a/hypr/conf/ml4w.conf b/hypr/conf/ml4w.conf index b186b7b..9806710 100644 --- a/hypr/conf/ml4w.conf +++ b/hypr/conf/ml4w.conf @@ -2,9 +2,9 @@ # ML4W configurations # ----------------------------------------------------- -windowrulev2 = float,class:(ml4w-about) -windowrulev2 = size 60% 60%,class:(ml4w-about) -windowrulev2 = center,class:(ml4w-about) +windowrulev2 = float,class:(com.ml4w.welcome) +windowrulev2 = size 700 600,class:(om.ml4w.welcome) +windowrulev2 = move 100%-730 80,class:(om.ml4w.welcome) windowrulev2 = float,class:(dotfiles-floating) windowrulev2 = size 60% 60%,class:(dotfiles-floating)