Updates
This commit is contained in:
parent
687cfa4b60
commit
b6c053fb97
|
@ -2,8 +2,8 @@
|
|||
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
|
||||
|
||||
include "/home/raabe/.gtkrc-2.0.mine"
|
||||
gtk-theme-name="Pop-dark"
|
||||
gtk-icon-theme-name="ePapirus-Dark"
|
||||
gtk-theme-name="Breeze-Dark"
|
||||
gtk-icon-theme-name="breeze-dark"
|
||||
gtk-font-name="Cantarell 11"
|
||||
gtk-cursor-theme-name="Bibata-Modern-Classic"
|
||||
gtk-cursor-theme-size=0
|
||||
|
|
|
@ -44,9 +44,10 @@ done
|
|||
echo ""
|
||||
echo "-> Install main packages"
|
||||
|
||||
packagesPacman=("alacritty" "scrot" "nitrogen" "picom" "starship" "slock" "neomutt" "neovim" "rofi" "dunst" "ueberzug" "mpv" "freerdp" "spotifyd" "xfce4-power-manager" "python-pip" "thunar" "mousepad" "papirus-icon-theme" "ttf-font-awesome" "ttf-fira-sans" "ttf-fira-code" "ttf-firacode-nerd" "figlet" "cmatrix" "lxappearance" "qalculate-gtk" "pop-gtk-theme" "polybar" "chromium");
|
||||
packagesPacman=("alacritty" "scrot" "nitrogen" "picom" "starship" "slock" "neomutt" "neovim" "rofi" "dunst" "ueberzug" "mpv" "freerdp" "spotifyd" "xfce4-power-manager" "python-pip" "thunar" "mousepad" "papirus-icon-theme" "ttf-font-awesome" "ttf-fira-sans" "ttf-fira-code" "ttf-firacode-nerd" "figlet" "cmatrix" "lxappearance" "qalculate-gtk" "polybar" "chromium" "breeze" "breeze-gtk");
|
||||
|
||||
packagesYay=("brave-bin" "pfetch" "bibata-cursor-theme");
|
||||
# pywal installation below
|
||||
|
||||
packagesPip=("psutil" "rich" "click");
|
||||
|
||||
|
@ -159,7 +160,11 @@ _installPackagesYay "${packagesYay[@]}";
|
|||
_installPackagesPip "${packagesPip[@]}";
|
||||
|
||||
# pywal requires dedicated installation
|
||||
yay -S pywal
|
||||
if [ -f /usr/bin/wal ]; then
|
||||
echo "pywal already installed."
|
||||
else
|
||||
yay --noconfirm -S pywal
|
||||
fi
|
||||
|
||||
# ------------------------------------------------------
|
||||
# Enable services
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
[Settings]
|
||||
gtk-theme-name=Pop-dark
|
||||
gtk-icon-theme-name=ePapirus-Dark
|
||||
gtk-theme-name=Breeze-Dark
|
||||
gtk-icon-theme-name=breeze-dark
|
||||
gtk-font-name=Cantarell 11
|
||||
gtk-cursor-theme-name="Bibata-Modern-Classic"
|
||||
gtk-cursor-theme-size=0
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||
gtk-toolbar-style=GTK_TOOLBAR_ICONS
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
gtk-button-images=1
|
||||
gtk-menu-images=1
|
||||
gtk-menu-images=0
|
||||
gtk-enable-event-sounds=1
|
||||
gtk-enable-input-feedback-sounds=1
|
||||
gtk-xft-antialias=1
|
||||
|
|
Loading…
Reference in New Issue
Block a user