Updates
This commit is contained in:
parent
d532b5353b
commit
1203ee94f9
|
@ -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="Adapta-Nokto"
|
||||
gtk-icon-theme-name="Tela-circle-orange-dark"
|
||||
gtk-theme-name="Pop-dark"
|
||||
gtk-icon-theme-name="ePapirus-Dark"
|
||||
gtk-font-name="Cantarell 11"
|
||||
gtk-cursor-theme-name="Bibata-Modern-Classic"
|
||||
gtk-cursor-theme-size=0
|
||||
|
|
|
@ -44,10 +44,9 @@ 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" "adapta-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" "pop-gtk-theme" "polybar" "chromium");
|
||||
|
||||
packagesYay=("brave-bin" "timeshift" "pfetch" "preload" "bibata-cursor-theme");
|
||||
# Optional "tela-circle-icon-theme-orange"
|
||||
|
||||
packagesPip=("psutil" "rich" "click");
|
||||
|
||||
|
@ -282,7 +281,7 @@ fi
|
|||
# ------------------------------------------------------
|
||||
echo ""
|
||||
echo "-> Init pywal"
|
||||
wal -q -i ~/wallpaper/default.jpg -n
|
||||
wal -i ~/wallpaper/default.jpg -n
|
||||
echo "pywal initiated."
|
||||
|
||||
# ------------------------------------------------------
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[Settings]
|
||||
gtk-theme-name=Adapta-Nokto-Eta
|
||||
gtk-icon-theme-name=Tela-circle-orange-dark
|
||||
gtk-theme-name=Pop-dark
|
||||
gtk-icon-theme-name=ePapirus-Dark
|
||||
gtk-font-name=Cantarell 11
|
||||
gtk-cursor-theme-name="Bibata-Modern-Classic"
|
||||
gtk-cursor-theme-size=0
|
||||
|
|
Loading…
Reference in New Issue
Block a user