From e73628385505e05e5c87973c8eeb8fced35d8767 Mon Sep 17 00:00:00 2001 From: Petro Mozil Date: Sun, 19 May 2024 11:00:07 +0300 Subject: [PATCH] Add gtk theme variable to bashrc Signed-off-by: Petro Mozil --- data/bashrc | 1 + data/config/sway/config | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/data/bashrc b/data/bashrc index 154a877..c42f6e5 100644 --- a/data/bashrc +++ b/data/bashrc @@ -45,6 +45,7 @@ export CARGO_NET_GIT_FETCH_WITH_CLI="true" export EDITOR=vim export GDK_BACKEND=wayland export XDG_RUNTIME_DIR=/run/user/$(id -u) +export GTK_THEME=Tokyonight-Dark export XDG_SESSION_TYPE=wayland export XDG_CURRENT_DESKTOP="${XDG_CURRENT_DESKTOP:-sway}" diff --git a/data/config/sway/config b/data/config/sway/config index 05cf983..e4a9e10 100644 --- a/data/config/sway/config +++ b/data/config/sway/config @@ -29,7 +29,7 @@ set $up k set $right l # Your preferred terminal emulator set $term alacritty -set $browser firefox-bin +set $browser firefox # Your preferred application launcher # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on.