Skip to content

Commit

Permalink
Add gtk theme variable to bashrc
Browse files Browse the repository at this point in the history
Signed-off-by: Petro Mozil <mozil.petryk@gmail.com>
  • Loading branch information
pmozil committed May 19, 2024
1 parent dc0eaa2 commit e736283
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion data/config/sway/config
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e736283

Please sign in to comment.