From 5fa1a0ddb96cfbf5d77b8663f80061d0d95bb718 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 8 Mar 2022 12:41:37 -0500 Subject: [PATCH] meta: Switch cursor theme from breeze to phinger Using phinger is slightly cooler since it's not as stock as other cursor themes like breeze. --- bspwm/.config/bspwm/bspwmrc | 4 ++-- gtk/.config/gtk-3.0/settings.ini | 2 +- rofi/.config/rofi/launch.sh | 2 +- xcursor/.icons/default/index.theme | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 4ffa0246..514b3b0f 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -3,7 +3,7 @@ # Copyright (C) 2018 Donovan Glover export SXHKD_SHELL="/usr/bin/bash" -export XCURSOR_THEME="breeze_cursors" +export XCURSOR_THEME="phinger-cursors" export XDG_DATA_DIRS="/usr/share:/usr/share:/usr/local/share" export GTK_IM_MODULE=fcitx export QT_IM_MODULE=fcitx @@ -55,7 +55,7 @@ picom -b # Get the host width HOST_WIDTH=$(bspc query -T -m | jq '.rectangle.width') -CURSOR_THEME=${XCURSOR_THEME:-breeze_cursors} +CURSOR_THEME=${XCURSOR_THEME:-phinger-cursors} # If the DPI is not set, set it to 96 by default if [ -z "$(xrdb -query | grep dpi)" ]; then diff --git a/gtk/.config/gtk-3.0/settings.ini b/gtk/.config/gtk-3.0/settings.ini index 6589f5e1..84e7c120 100644 --- a/gtk/.config/gtk-3.0/settings.ini +++ b/gtk/.config/gtk-3.0/settings.ini @@ -1,5 +1,5 @@ [Settings] -gtk-cursor-theme-name=breeze_cursors +gtk-cursor-theme-name=phinger-cursors gtk-decoration-layout=menu: gtk-font-name=Cantarell 11 gtk-icon-theme-name=Papirus-Dark diff --git a/rofi/.config/rofi/launch.sh b/rofi/.config/rofi/launch.sh index 7e95d503..f70723f1 100755 --- a/rofi/.config/rofi/launch.sh +++ b/rofi/.config/rofi/launch.sh @@ -45,7 +45,7 @@ ROFI_DPI=$(xrdb -query | grep Xft.dpi | cut -f 2) ROFI_SCALE=$(expr $ROFI_DPI / 96) ROFI_DPI_SCALE=$(awk "BEGIN { print "1/$ROFI_SCALE" }") -CURSOR_THEME=${XCURSOR_THEME:-breeze_cursors} +CURSOR_THEME=${XCURSOR_THEME:-phinger-cursors} CURSOR_SIZE=$((16 * $ROFI_SCALE)) xsetroot -xcf "/usr/share/icons/$CURSOR_THEME/cursors/left_ptr" "$CURSOR_SIZE" diff --git a/xcursor/.icons/default/index.theme b/xcursor/.icons/default/index.theme index 829d971e..fdbd3692 100644 --- a/xcursor/.icons/default/index.theme +++ b/xcursor/.icons/default/index.theme @@ -1,2 +1,2 @@ [icon theme] -Inherits=breeze_cursors +Inherits=phinger-cursors