From 488071a8da65e8f5a10e5f41321e3303cbb12b08 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 5 Aug 2023 10:57:51 +0530 Subject: gtk: get rid of dconf, gsettings theming GTK_THEME environment variable is more simpler and cleaner --- .config/wayland/winit | 3 --- .profile | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.config/wayland/winit b/.config/wayland/winit index c977a0c..4f21db2 100755 --- a/.config/wayland/winit +++ b/.config/wayland/winit @@ -12,9 +12,6 @@ else sleep 1 && wireplumber & fi -# gtk -configure-gtk & # https://git.sinanmohd.com/nixos/tree/features/wayland.nix - # background swaybg -m fill -i "${XDG_DATA_HOME:-$HOME/.local/share}/wallpaper" & echo $! > "${XDG_RUNTIME_DIR:-${TMPDIR:-/tmp}}/swaybg.pid" & diff --git a/.profile b/.profile index 1822e04..00a7e34 100644 --- a/.profile +++ b/.profile @@ -37,6 +37,7 @@ export PATH="${PATH}:${HOME}/.local/bin:${HOME}/.local/bin/sb:${HOME}/.local/bin export _JAVA_AWT_WM_NONREPARENTING=1 # android-studio crash # wayland +export GTK_THEME=Adwaita:dark export XDG_CURRENT_DESKTOP=wlroots export QT_QPA_PLATFORM=wayland-egl export QT_WAYLAND_DISABLE_WINDOWDECORATION="1" -- cgit v1.2.3