Add Icon theme
This commit is contained in:
parent
e29f40fabc
commit
6fe65fe53f
1
.Xresources
Normal file
1
.Xresources
Normal file
|
@ -0,0 +1 @@
|
|||
Xcursor.theme: Bibata-Modern-Classic
|
|
@ -5,7 +5,7 @@ include "/home/raabe/.gtkrc-2.0.mine"
|
|||
gtk-theme-name="Adapta-Nokto"
|
||||
gtk-icon-theme-name="Tela-circle-orange-dark"
|
||||
gtk-font-name="Cantarell 11"
|
||||
gtk-cursor-theme-name="Adwaita"
|
||||
gtk-cursor-theme-name="Bibata-Modern-Classic"
|
||||
gtk-cursor-theme-size=0
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
|
|
5
.icons/default/index.theme
Normal file
5
.icons/default/index.theme
Normal 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
|
10
1-install.sh
10
1-install.sh
|
@ -24,7 +24,7 @@ sudo pacman -S alacritty scrot nitrogen picom starship slock neomutt neovim rofi
|
|||
# Install required 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
|
||||
|
@ -56,10 +56,18 @@ ln -s ~/dotfiles/dunst ~/.config
|
|||
ln -s ~/dotfiles/starship/starship.toml ~/.config/starship.toml
|
||||
rm ~/.bashrc
|
||||
ln -s ~/dotfiles/.bashrc ~/.bashrc
|
||||
|
||||
# ------------------------------------------------------
|
||||
# Install Theme, Icons and Cursor
|
||||
# ------------------------------------------------------
|
||||
rm ~/.gtkrc-2.0
|
||||
ln -s ~/dotfiles/.gtkrc-2.0 ~/.gtkrc-2.0
|
||||
rm -r ~/.config/gtk-3.0/
|
||||
ln -s ~/dotfiles/gtk-3.0/ ~/.config/
|
||||
rm ~/.Xresources
|
||||
ln -s ~/dotfiles/.Xresources ~/.Xresources
|
||||
rm -r ~/.icons
|
||||
ln -s ~/dotfiles/.icons/ ~/
|
||||
|
||||
# ------------------------------------------------------
|
||||
# Clone wallpapers
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
# dynamic width from 0 to 300
|
||||
# width = (0, 300)
|
||||
# constant width of 300
|
||||
width = (0,300)
|
||||
width = 300
|
||||
|
||||
# The maximum height of a single notification, excluding the frame.
|
||||
height = (0,300)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
gtk-theme-name=Adapta-Nokto-Eta
|
||||
gtk-icon-theme-name=Tela-circle-orange-dark
|
||||
gtk-font-name=Cantarell 11
|
||||
gtk-cursor-theme-name=Adwaita
|
||||
gtk-cursor-theme-name="Bibata-Modern-Classic"
|
||||
gtk-cursor-theme-size=0
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
|
|
|
@ -23,7 +23,9 @@ qtile cmd-obj -o cmd -f reload_config
|
|||
# Get new theme
|
||||
source "$HOME/.cache/wal/colors.sh"
|
||||
|
||||
newwall=$(echo $wallpaper | sed 's|/home/raabe/wallpaper/||g')
|
||||
|
||||
# Send notification
|
||||
notify-send "Theme updated" "Theme updated with image. \n $wallpaper"
|
||||
notify-send "Theme updated" "with image $newwall"
|
||||
|
||||
echo "Done."
|
||||
|
|
Loading…
Reference in New Issue
Block a user