mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-12-31 13:42:43 +00:00
Update 2025-11-24
This commit is contained in:
parent
d4b7b8e7e8
commit
df00d1884a
0
config/HybridBar/scripts/change-active-workspace
Normal file → Executable file
0
config/HybridBar/scripts/change-active-workspace
Normal file → Executable file
0
config/HybridBar/scripts/get-active-workspace
Normal file → Executable file
0
config/HybridBar/scripts/get-active-workspace
Normal file → Executable file
0
config/HybridBar/scripts/get-window-title
Normal file → Executable file
0
config/HybridBar/scripts/get-window-title
Normal file → Executable file
0
config/HybridBar/scripts/get-workspaces
Normal file → Executable file
0
config/HybridBar/scripts/get-workspaces
Normal file → Executable file
@ -1 +0,0 @@
|
|||||||
../tmThemes/
|
|
||||||
0
config/eww/scripts/change-active-workspace
Normal file → Executable file
0
config/eww/scripts/change-active-workspace
Normal file → Executable file
0
config/eww/scripts/get-active-workspace
Normal file → Executable file
0
config/eww/scripts/get-active-workspace
Normal file → Executable file
0
config/eww/scripts/get-window-title
Normal file → Executable file
0
config/eww/scripts/get-window-title
Normal file → Executable file
0
config/eww/scripts/get-workspaces
Normal file → Executable file
0
config/eww/scripts/get-workspaces
Normal file → Executable file
0
config/eww/scripts/mem-ad
Normal file → Executable file
0
config/eww/scripts/mem-ad
Normal file → Executable file
0
config/eww/scripts/memory
Normal file → Executable file
0
config/eww/scripts/memory
Normal file → Executable file
0
config/eww/scripts/music_info
Normal file → Executable file
0
config/eww/scripts/music_info
Normal file → Executable file
0
config/eww/scripts/music_info.bak
Normal file → Executable file
0
config/eww/scripts/music_info.bak
Normal file → Executable file
0
config/eww/scripts/pop
Normal file → Executable file
0
config/eww/scripts/pop
Normal file → Executable file
0
config/eww/scripts/wifi
Normal file → Executable file
0
config/eww/scripts/wifi
Normal file → Executable file
0
config/eww/scripts/workspace
Normal file → Executable file
0
config/eww/scripts/workspace
Normal file → Executable file
@ -12,3 +12,4 @@ squareMagnifier=true
|
|||||||
uiColor=#ffffff
|
uiColor=#ffffff
|
||||||
uploadHistoryMax=25
|
uploadHistoryMax=25
|
||||||
useJpgForClipboard=true
|
useJpgForClipboard=true
|
||||||
|
useGrimAdapter=true
|
||||||
|
|||||||
0
config/git/check_email.sh
Executable file → Normal file
0
config/git/check_email.sh
Executable file → Normal file
0
config/lf/cleaner
Normal file → Executable file
0
config/lf/cleaner
Normal file → Executable file
0
config/lf/lfrc
Normal file → Executable file
0
config/lf/lfrc
Normal file → Executable file
0
config/nsxiv/exec/image-info
Normal file → Executable file
0
config/nsxiv/exec/image-info
Normal file → Executable file
0
config/nsxiv/exec/key-handler
Normal file → Executable file
0
config/nsxiv/exec/key-handler
Normal file → Executable file
0
config/nsxiv/exec/nsxiv-url
Normal file → Executable file
0
config/nsxiv/exec/nsxiv-url
Normal file → Executable file
0
config/nsxiv/exec/thumb-info
Normal file → Executable file
0
config/nsxiv/exec/thumb-info
Normal file → Executable file
0
config/nsxiv/exec/win-title
Normal file → Executable file
0
config/nsxiv/exec/win-title
Normal file → Executable file
@ -6,12 +6,19 @@ typeset -U PATH path
|
|||||||
# If you don't plan on reverting to bash, you can remove the link in ~/.profile
|
# If you don't plan on reverting to bash, you can remove the link in ~/.profile
|
||||||
# to clean up.
|
# to clean up.
|
||||||
|
|
||||||
|
# $HOME Clean-up
|
||||||
|
export XDG_CACHE_HOME="$HOME/.cache"
|
||||||
|
export XDG_CONFIG_HOME="$HOME/.config"
|
||||||
|
export XDG_DATA_HOME="$HOME/.local/share"
|
||||||
|
# export XDG_RUNTIME_DIR="$HOME/.cache/xdgr"
|
||||||
|
export XDG_STATE_HOME="$HOME/.local/share"
|
||||||
|
|
||||||
export BUN_INSTALL="$XDG_DATA_HOME/bun"
|
export BUN_INSTALL="$XDG_DATA_HOME/bun"
|
||||||
|
|
||||||
# Adds `~/.local/bin` to $PATH
|
# Adds `~/.local/bin` to $PATH
|
||||||
export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}"
|
export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}"
|
||||||
export PATH="$PATH:~/.spicetify"
|
export PATH="$PATH:~/.spicetify"
|
||||||
export PATH="$PATH:${$(find ~/.cache/.bun/bin -type d -printf %p:)%%:}"
|
export PATH="$PATH:${$(find ~/.local/share/bun/bin -type d -printf %p:)%%:}"
|
||||||
export PATH="$JAVA_HOME/bin:$PATH"
|
export PATH="$JAVA_HOME/bin:$PATH"
|
||||||
export PATH="$BUN_INSTALL/bin:$PATH"
|
export PATH="$BUN_INSTALL/bin:$PATH"
|
||||||
|
|
||||||
@ -37,12 +44,6 @@ export WM="awesome"
|
|||||||
|
|
||||||
export GTK_THEME=rose-pine-gtk
|
export GTK_THEME=rose-pine-gtk
|
||||||
|
|
||||||
# $HOME Clean-up
|
|
||||||
export XDG_CACHE_HOME="$HOME/.cache"
|
|
||||||
export XDG_CONFIG_HOME="$HOME/.config"
|
|
||||||
export XDG_DATA_HOME="$HOME/.local/share"
|
|
||||||
# export XDG_RUNTIME_DIR="$HOME/.cache/xdgr"
|
|
||||||
export XDG_STATE_HOME="$HOME/.local/share"
|
|
||||||
|
|
||||||
export HYPRSHOT_DIR="$HOME/Pictures/screenshots"
|
export HYPRSHOT_DIR="$HOME/Pictures/screenshots"
|
||||||
|
|
||||||
@ -118,4 +119,4 @@ export SUDO_ASKPASS="$HOME/.local/bin/dmenupass"
|
|||||||
export _JAVA_AWT_WM_NONREPARENTING=1 # Fix for Java applications in dwm
|
export _JAVA_AWT_WM_NONREPARENTING=1 # Fix for Java applications in dwm
|
||||||
|
|
||||||
. "$XDG_DATA_HOME/cargo/env"
|
. "$XDG_DATA_HOME/cargo/env"
|
||||||
. "$XDG_CACHE_HOME/deno/.deno/env"
|
. "$XDG_DATA_HOME/deno/env"
|
||||||
|
|||||||
0
config/waybar/scripts/mediaplayer.py
Executable file → Normal file
0
config/waybar/scripts/mediaplayer.py
Executable file → Normal file
0
config/x11/opt-apps
Normal file → Executable file
0
config/x11/opt-apps
Normal file → Executable file
0
config/xdg-desktop-portal-termfilechooser/yazi-wrapper.sh
Normal file → Executable file
0
config/xdg-desktop-portal-termfilechooser/yazi-wrapper.sh
Normal file → Executable file
0
dotter.arm
Normal file → Executable file
0
dotter.arm
Normal file → Executable file
0
dotter.exe
Normal file → Executable file
0
dotter.exe
Normal file → Executable file
0
local/bin/ani-skip.bak
Executable file → Normal file
0
local/bin/ani-skip.bak
Executable file → Normal file
0
local/bin/get-spotify-id
Executable file → Normal file
0
local/bin/get-spotify-id
Executable file → Normal file
0
local/bin/podman-cleanup
Executable file → Normal file
0
local/bin/podman-cleanup
Executable file → Normal file
0
local/share/fonts/jetbrainsmono/AUTHORS.txt
Executable file → Normal file
0
local/share/fonts/jetbrainsmono/AUTHORS.txt
Executable file → Normal file
Loading…
Reference in New Issue
Block a user