Add Icon theme

This commit is contained in:
Stephan Raabe 2023-04-10 17:04:46 +02:00
parent e29f40fabc
commit 6fe65fe53f
7 changed files with 21 additions and 5 deletions

1
.Xresources Normal file
View File

@ -0,0 +1 @@
Xcursor.theme: Bibata-Modern-Classic

View File

@ -5,7 +5,7 @@ include "/home/raabe/.gtkrc-2.0.mine"
gtk-theme-name="Adapta-Nokto" gtk-theme-name="Adapta-Nokto"
gtk-icon-theme-name="Tela-circle-orange-dark" gtk-icon-theme-name="Tela-circle-orange-dark"
gtk-font-name="Cantarell 11" gtk-font-name="Cantarell 11"
gtk-cursor-theme-name="Adwaita" gtk-cursor-theme-name="Bibata-Modern-Classic"
gtk-cursor-theme-size=0 gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH gtk-toolbar-style=GTK_TOOLBAR_BOTH
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR

View File

@ -0,0 +1,5 @@
# This file is written by LXAppearance. Do not edit.
[Icon Theme]
Name=Default
Comment=Default Cursor Theme
Inherits=Bibata-Modern-Classic

View File

@ -24,7 +24,7 @@ sudo pacman -S alacritty scrot nitrogen picom starship slock neomutt neovim rofi
# Install required packages # Install required packages
# ------------------------------------------------------ # ------------------------------------------------------
echo "-> Install AUR packages" echo "-> Install AUR packages"
yay -S brave-bin pywal timeshift tela-circle-icon-theme-orange pfetch preload yay -S brave-bin pywal timeshift tela-circle-icon-theme-orange pfetch preload bibata-cursor-theme
# ------------------------------------------------------ # ------------------------------------------------------
# Enable services # Enable services
@ -56,10 +56,18 @@ ln -s ~/dotfiles/dunst ~/.config
ln -s ~/dotfiles/starship/starship.toml ~/.config/starship.toml ln -s ~/dotfiles/starship/starship.toml ~/.config/starship.toml
rm ~/.bashrc rm ~/.bashrc
ln -s ~/dotfiles/.bashrc ~/.bashrc ln -s ~/dotfiles/.bashrc ~/.bashrc
# ------------------------------------------------------
# Install Theme, Icons and Cursor
# ------------------------------------------------------
rm ~/.gtkrc-2.0 rm ~/.gtkrc-2.0
ln -s ~/dotfiles/.gtkrc-2.0 ~/.gtkrc-2.0 ln -s ~/dotfiles/.gtkrc-2.0 ~/.gtkrc-2.0
rm -r ~/.config/gtk-3.0/ rm -r ~/.config/gtk-3.0/
ln -s ~/dotfiles/gtk-3.0/ ~/.config/ ln -s ~/dotfiles/gtk-3.0/ ~/.config/
rm ~/.Xresources
ln -s ~/dotfiles/.Xresources ~/.Xresources
rm -r ~/.icons
ln -s ~/dotfiles/.icons/ ~/
# ------------------------------------------------------ # ------------------------------------------------------
# Clone wallpapers # Clone wallpapers

View File

@ -24,7 +24,7 @@
# dynamic width from 0 to 300 # dynamic width from 0 to 300
# width = (0, 300) # width = (0, 300)
# constant width of 300 # constant width of 300
width = (0,300) width = 300
# The maximum height of a single notification, excluding the frame. # The maximum height of a single notification, excluding the frame.
height = (0,300) height = (0,300)

View File

@ -2,7 +2,7 @@
gtk-theme-name=Adapta-Nokto-Eta gtk-theme-name=Adapta-Nokto-Eta
gtk-icon-theme-name=Tela-circle-orange-dark gtk-icon-theme-name=Tela-circle-orange-dark
gtk-font-name=Cantarell 11 gtk-font-name=Cantarell 11
gtk-cursor-theme-name=Adwaita gtk-cursor-theme-name="Bibata-Modern-Classic"
gtk-cursor-theme-size=0 gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH gtk-toolbar-style=GTK_TOOLBAR_BOTH
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR

View File

@ -23,7 +23,9 @@ qtile cmd-obj -o cmd -f reload_config
# Get new theme # Get new theme
source "$HOME/.cache/wal/colors.sh" source "$HOME/.cache/wal/colors.sh"
newwall=$(echo $wallpaper | sed 's|/home/raabe/wallpaper/||g')
# Send notification # Send notification
notify-send "Theme updated" "Theme updated with image. \n $wallpaper" notify-send "Theme updated" "with image $newwall"
echo "Done." echo "Done."