From 1d50a0b9252dba215a7a96704ef253bd8bcffe45 Mon Sep 17 00:00:00 2001 From: TheEdgeOfRage Date: Mon, 5 Feb 2024 11:48:02 +0100 Subject: [PATCH] Add cursor theme configs --- dot_config/gtk-3.0/settings.ini | 15 +++++++++++++++ dot_config/private_gtk-4.0/settings.ini | 15 +++++++++++++++ init.sh | 16 +++++++++++++++- private_dot_icons/private_default/index.theme | 5 +++++ 4 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 dot_config/gtk-3.0/settings.ini create mode 100644 dot_config/private_gtk-4.0/settings.ini create mode 100644 private_dot_icons/private_default/index.theme diff --git a/dot_config/gtk-3.0/settings.ini b/dot_config/gtk-3.0/settings.ini new file mode 100644 index 0000000..f6bd9a8 --- /dev/null +++ b/dot_config/gtk-3.0/settings.ini @@ -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 diff --git a/dot_config/private_gtk-4.0/settings.ini b/dot_config/private_gtk-4.0/settings.ini new file mode 100644 index 0000000..f6bd9a8 --- /dev/null +++ b/dot_config/private_gtk-4.0/settings.ini @@ -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 diff --git a/init.sh b/init.sh index 675e680..faf5ed7 100755 --- a/init.sh +++ b/init.sh @@ -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 diff --git a/private_dot_icons/private_default/index.theme b/private_dot_icons/private_default/index.theme new file mode 100644 index 0000000..01571d2 --- /dev/null +++ b/private_dot_icons/private_default/index.theme @@ -0,0 +1,5 @@ +# This file is written by LXAppearance. Do not edit. +[Icon Theme] +Name=Default +Comment=Default Cursor Theme +Inherits=Breeze_Snow