a bunch of config remaps & things

This commit is contained in:
2026-05-05 14:17:43 -06:00
parent afaae932cd
commit 5528d67234
45 changed files with 280 additions and 114 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ export DESKTOP__SFX_PATH="${HOME}/Media/sfx"
export SCWRYPTS_LOG_LEVEL=0
case $(hostnamectl --static) in
( pikachu )
export DESKTOP__BACKLIGHT_DEVICE=amdgpu_bl1
export DESKTOP__BACKLIGHT_DEVICE=xrandr-fake-brightness
export XRANDR_TARGET=DP-2
;;
esac
+2 -2
View File
@@ -1,11 +1,11 @@
#!/bin/sh
# do not edit; generated by scwrypts
# theme : winter
# theme : main
#
# source this file to apply colorscheme to linux getty
#
[[ "$TERM" =~ ^linux$ ]] || return 0
/bin/echo -e " ]P0000505 ]P1d11455 ]P2906556 ]P300ffe7 ]P43d8890 ]P57b70af ]P650a3b5 ]P7d0f0f0 ]P8f48bae ]P9cfb8af ]PA8bfff4 ]PB1abcdd ]PC7d72fe ]PD86abb3 ]PEd0f0f0 ]PF7e707e "
/bin/echo -e " ]P0000505 ]P1c80064 ]P211bb98 ]P36911aa ]P42262bb ]P59922dd ]P622ccba ]P7d0f0f0 ]P8ff44ff ]P944dddd ]PAaa44ff ]PB229df6 ]PCdd88ff ]PD88ffff ]PEd0f0f0 ]PF7e707e "
[ ! $NO_CLEAR ] && clear
return 0
sed $d
+1 -1
View File
@@ -1 +1 @@
winter
main
+7 -7
View File
@@ -1,14 +1,14 @@
/**
* do not edit; generated by scwrypts
* theme : winter
* theme : main
**/
*{
background: #100906;
background: #001129;
foreground: #d0f0f0;
background-alt: #007469;
foreground-alt: #d0f0f0;
selected: #d0f0f0;
active: #00ffe7;
urgent: #d11455;
background-alt: #9922dd;
foreground-alt: #000505;
selected: #000505;
active: #6911aa;
urgent: #c80064;
}
+1 -1
View File
@@ -1 +1 @@
../winter.yaml
../main.yaml
@@ -1,2 +1,2 @@
[font]
size = 9.9
size = 9
+5 -1
View File
@@ -10,7 +10,11 @@ SCWRYPTS_SHORTCUT='' # CTRL + W
SCWRYPTS_GENERATOR__SHOW_HELP=false
[ ${DOTWRYN} ] || source "${HOME}/.zshrc"
SCWRYPTS_GROUP_DIRS+=("${DOTWRYN}/scwrypts")
SCWRYPTS_GROUP_DIRS+=(
"${DOTWRYN}/scwrypts"
"${XDG_DATA_HOME:-${HOME}/.local/share}/project-source-code/yage/home"
"${XDG_DATA_HOME:-${HOME}/.local/share}/project-source-code/yage/ttf-pokemoji"
)
[ -f "${XDG_CONFIG_HOME:-${HOME}/.config}/scwrypts/config.local.zsh" ] \
&& source "${XDG_CONFIG_HOME:-${HOME}/.config}/scwrypts/config.local.zsh"
+14 -14
View File
@@ -1,7 +1,7 @@
# do not edit; generated by scwrypts
# theme : winter
# theme : main
[colors.cursor]
cursor = '0xe8fffd'
cursor = '0xeeddff'
[colors.primary]
background = '0x000505'
@@ -9,20 +9,20 @@ foreground = '0xd0f0f0'
[colors.normal]
black = '0x000505'
red = '0xd11455'
green = '0x906556'
yellow = '0x00ffe7'
blue = '0x3d8890'
magenta = '0x7b70af'
cyan = '0x50a3b5'
red = '0xc80064'
green = '0x11bb98'
yellow = '0x6911aa'
blue = '0x2262bb'
magenta = '0x9922dd'
cyan = '0x22ccba'
white = '0xd0f0f0'
[colors.bright]
black = '0x424253'
red = '0xf48bae'
green = '0xcfb8af'
yellow = '0x8bfff4'
blue = '0x1abcdd'
magenta = '0x7d72fe'
cyan = '0x86abb3'
red = '0xff44ff'
green = '0x44dddd'
yellow = '0xaa44ff'
blue = '0x229df6'
magenta = '0xdd88ff'
cyan = '0x88ffff'
white = '0x7e707e'
+3 -3
View File
@@ -1,6 +1,6 @@
[General]
contrastOpacity=188
contrastUiColor=#a97f6f
contrastUiColor=#11bb98
disabledTrayIcon=false
drawColor=#d11455
drawFontSize=13
@@ -11,10 +11,10 @@ saveAsFileExtension=png
savePath=/home/w0ryn/Pictures/screenshot
showSidePanelButton=false
showStartupLaunchMessage=false
uiColor=#00d1bd
uiColor=#490099
undoLimit=100
uploadClientSecret=
userColors=picker, #8bfff4, #00ffe7, #007469, #cfb8af, #906556, #30221d, #d11455, #f48bae, #d0f0f0
userColors=picker, #aa44ff, #6911aa, #220069, #44dddd, #00aa79, #006922, #c80064, #ff44ff, #d0f0f0
[Shortcuts]
TYPE_ARROW=E
+5
View File
@@ -55,3 +55,8 @@
[format]
signoff = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
+14 -14
View File
@@ -1,22 +1,22 @@
# do not edit; generated by scwrypts
# theme : winter
# theme : main
color0 #000505
color1 #d11455
color2 #906556
color3 #00ffe7
color4 #3d8890
color5 #7b70af
color6 #50a3b5
color1 #c80064
color2 #11bb98
color3 #6911aa
color4 #2262bb
color5 #9922dd
color6 #22ccba
color7 #d0f0f0
color8 #424253
color9 #f48bae
color10 #cfb8af
color11 #8bfff4
color12 #1abcdd
color13 #7d72fe
color14 #86abb3
color9 #ff44ff
color10 #44dddd
color11 #aa44ff
color12 #229df6
color13 #dd88ff
color14 #88ffff
color15 #7e707e
cursor #e8fffd
cursor #eeddff
background #000505
foreground #d0f0f0
selection_background #
+15 -15
View File
@@ -1,23 +1,23 @@
# do not edit; generated by scwrypts
# theme : winter
# theme : main
[colors]
background = #000505
foreground = #d0f0f0
background-alt = #007469
background-alt = #6911aa
foreground-alt = #d0f0f0
primary = #00ffe7
secondary = #906556
alert = #d11455
primary = #6911aa
secondary = #11bb98
alert = #c80064
disabled = #424253
primary-gradient-0 = #00a293
primary-gradient-1 = #00d1bd
primary-gradient-2 = #00ffe7
primary-gradient-3 = #2effec
primary-gradient-4 = #5dfff0
primary-gradient-0 = #420069
primary-gradient-1 = #490099
primary-gradient-2 = #6911aa
primary-gradient-3 = #8811cc
primary-gradient-4 = #9922dd
secondary-gradient-0 = #503830
secondary-gradient-1 = #704f43
secondary-gradient-2 = #906556
secondary-gradient-3 = #a97f6f
secondary-gradient-4 = #bc9b8f
secondary-gradient-0 = #006942
secondary-gradient-1 = #009949
secondary-gradient-2 = #00aa79
secondary-gradient-3 = #11bb98
secondary-gradient-4 = #22ccba
+9 -9
View File
@@ -6,8 +6,8 @@ for PREFERRED_TERMINAL in \
kitty \
;
do
command -v $PREFERRED_TERMINAL &>/dev/null \
&& export TERMINAL="$(which $PREFERRED_TERMINAL)" \
command -v ${PREFERRED_TERMINAL} &>/dev/null \
&& export TERMINAL="$(which ${PREFERRED_TERMINAL})" \
&& break
done
unset PREFERRED_TERMINAL
@@ -21,22 +21,22 @@ for PREFERRED_BROWSER in \
google-chrome \
;
do
command -v $PREFERRED_BROWSER &>/dev/null \
&& export BROWSER="$(which $PREFERRED_BROWSER)" \
command -v ${PREFERRED_BROWSER} &>/dev/null \
&& export BROWSER="$(which ${PREFERRED_BROWSER})" \
&& break
done
unset PREFERRED_BROWSER
#####################################################################
for XINITRC_FILE in $(find /etc/X11/xinit/xinitrc.d | sort); do source "$XINITRC_FILE"; done
for XINITRC_FILE in $(find /etc/X11/xinit/xinitrc.d | sort); do source "${XINITRC_FILE}"; done
unset XINITRC_FILE
[ -f "$HOME/.config/X11/xmodmap" ] \
&& xmodmap "$HOME/.config/X11/xmodmap"
[ -f "${XDG_CONFIG_HOME:=${HOME}/.config}/X11/xmodmap" ] \
&& xmodmap "${XDG_CONFIG_HOME}/X11/xmodmap"
[ -f "$HOME/.config/X11/xkeymap" ] \
&& xkbcomp "$HOME/.config/X11/xkeymap" ${DISPLAY}
[ -f "${XDG_CONFIG_HOME}/X11/xkeymap" ] \
&& xkbcomp "${XDG_CONFIG_HOME}/X11/xkeymap" ${DISPLAY}
#####################################################################