mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 09:44:59 +01:00
Set GTK theme and install wdisplays
This commit is contained in:
parent
bdc8fb6641
commit
e302606eff
5
setup
5
setup
|
@ -16,6 +16,9 @@ setup_hyprland_arch() {
|
|||
|
||||
# grim + slurp + swappy for screenshots
|
||||
sudo pacman -S grim slurp swappy wl-clipboard
|
||||
|
||||
# wdisplays is a decent looking GUI similar to arandr but for Wayland
|
||||
paru -S wdisplays
|
||||
}
|
||||
|
||||
|
||||
|
@ -100,6 +103,8 @@ add_to_file 'export PATH="$PATH:$HOME/.scripts"' "$HOME/.bashrc"
|
|||
# Set GTK_THEME
|
||||
add_to_file 'export GTK_THEME=Breeze:dark' "$HOME/.zshrc"
|
||||
add_to_file 'export GTK_THEME=Breeze:dark' "$HOME/.bashrc"
|
||||
gsettings set org.gnome.desktop.interface gtk-theme 'Breeze-dark'
|
||||
gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
||||
|
||||
# Run neofetch when we open a terminal coz it's cool
|
||||
add_to_file 'neofetch' "$HOME/.bashrc"
|
||||
|
|
Loading…
Reference in a new issue