Add cursor theme configs

This commit is contained in:
Pavle Portic 2024-02-05 11:48:02 +01:00
parent aec5975118
commit 1d50a0b925
Signed by: TheEdgeOfRage
GPG Key ID: 66AD4BA646FBC0D2
4 changed files with 50 additions and 1 deletions

View File

@ -0,0 +1,15 @@
[Settings]
gtk-theme-name=Breeze-Dark
gtk-icon-theme-name=breeze-dark
gtk-font-name=Cantarell 11
gtk-cursor-theme-name=Breeze_Snow
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=0
gtk-enable-input-feedback-sounds=0
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull

View File

@ -0,0 +1,15 @@
[Settings]
gtk-theme-name=Breeze-Dark
gtk-icon-theme-name=breeze-dark
gtk-font-name=Cantarell 11
gtk-cursor-theme-name=Breeze_Snow
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=0
gtk-enable-input-feedback-sounds=0
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull

16
init.sh
View File

@ -1,9 +1,18 @@
#!/bin/sh
git clone https://github.com/TheEdgeOfRage/bumblebee-status ~/.local/share/bumblebee-status
# Install yay
sudo pacman -S --needed git base-devel
git clone https://aur.archlinux.org/yay.git /tmp/yay
cd /tmp/yay
makepkg -si
cd -
rm -rf /tmp/yay
# Install packages
git clone https://github.com/TheEdgeOfRage/bumblebee-status ~/.local/share/bumblebee-status
go install gitea.theedgeofrage.com/theedgeofrage/rpn
# Oh My Zsh
ohmyzsh_dir="$HOME/.config/zsh/oh-my-zsh"
ohmyzsh_custom="${ohmyzsh_dir}/custom"
git clone https://github.com/TheEdgeOfRage/ohmyzsh ${ohmyzsh_dir}
@ -14,7 +23,12 @@ git clone https://github.com/zsh-users/zsh-completions ${ohmyzsh_custom}/plugins
git clone https://github.com/zsh-users/zsh-syntax-highlighting ${ohmyzsh_custom}/plugins/zsh-syntax-highlighting
git clone https://gitea.theedgeofrage.com/TheEdgeOfRage/boban-zsh ${ohmyzsh_custom}/themes/boban
# Keyboard layout
sudo cp ./custom_colemak /usr/share/X11/xkb/symbols/custom
# SSH agent
sudo pacman -S gcr
systemctl enable --user --now gcr-ssh-agent.socket
# Set cursor theme
gsettings set org.gnome.desktop.interface cursor-theme Breeze_Snow

View File

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