Syncing gtk theme now as well
This commit is contained in:
parent
c922f01b01
commit
d582c38bda
15
gtksettings
Normal file
15
gtksettings
Normal file
|
@ -0,0 +1,15 @@
|
|||
[Settings]
|
||||
gtk-icon-theme-name=Papirus-Dark
|
||||
gtk-theme-name=Flat-Remix-GTK-White-Darkest-Solid
|
||||
gtk-font-name=Cantarell 11
|
||||
gtk-cursor-theme-name=Adwaita
|
||||
gtk-cursor-theme-size=0
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
gtk-button-images=0
|
||||
gtk-menu-images=0
|
||||
gtk-enable-event-sounds=1
|
||||
gtk-enable-input-feedback-sounds=1
|
||||
gtk-xft-antialias=1
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle=hintmedium
|
5
install
5
install
|
@ -1,6 +1,6 @@
|
|||
yay -Syu
|
||||
sudo pacman -S --needed --noconfirm - < installpackages.txt
|
||||
yay -S light i3lock-color --needed --noconfirm
|
||||
yay -S light i3lock-color flat-remix-gtk --needed --noconfirm
|
||||
|
||||
mkdir -p ~/.config/i3
|
||||
ln -sf ~/.dotfiles/i3config ~/.config/i3/config
|
||||
|
@ -25,6 +25,9 @@ ln -sf ~/.dotfiles/i3blocks ~/.config/i3blocks/config
|
|||
mkdir -p ~/.config/rofi
|
||||
ln -sf ~/.dotfiles/rofi ~/.config/rofi/config.rasi
|
||||
|
||||
mkdir -p ~/.config/gtk-3.0
|
||||
ln -sf ~/.dotfiles/gtksettings ~/.config/gtk-3.0/settings.ini
|
||||
|
||||
ln -sf ~/.dotfiles/picom.conf ~/.config/picom.conf
|
||||
ln -sf ~/.dotfiles/bashrc ~/.bashrc
|
||||
ln -sf ~/.dotfiles/bash_profile ~/.bash_profile
|
||||
|
|
|
@ -22,7 +22,7 @@ picom
|
|||
thunar
|
||||
thunar-volman
|
||||
tumbler
|
||||
thunar-arhive-plugin
|
||||
thunar-archive-plugin
|
||||
libqalculate
|
||||
rofi
|
||||
libqalculate
|
||||
|
|
Loading…
Reference in a new issue