dotfiles/wayland/.local/bin/wofitheme

10 lines
174 B
Bash
Executable File

#!/bin/sh
# ericonr's script for launching applications with the appropriate env
. "$HOME/.local/bin/wayland-vars"
export GTK_THEME=Breeze
exec wofi -i -t alacritty "$@"