Added hyprland monitor setup app profiles
This commit is contained in:
parent
9eec061213
commit
53a43e4683
10 changed files with 291 additions and 11 deletions
|
|
@ -5,7 +5,8 @@ SETUVAR --export YAZI_FILE_ONE:/usr/bin/file
|
|||
SETUVAR __done_min_cmd_duration:10000
|
||||
SETUVAR __done_notification_urgency_level:low
|
||||
SETUVAR __fish_initialized:4300
|
||||
SETUVAR fish_user_paths:\x1d
|
||||
SETUVAR fish_greeting:\x1d
|
||||
SETUVAR --export fish_user_paths:/home/henry/\x2enpm\x2dglobal/bin
|
||||
SETUVAR pure_begin_prompt_with_current_directory:true
|
||||
SETUVAR pure_check_for_new_release:false
|
||||
SETUVAR pure_color_at_sign:pure_color_mute
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
function swww_set_wallpaper
|
||||
function awww_set_wallpaper
|
||||
set wallpaper $argv[1]
|
||||
|
||||
# Start swww daemon if not running
|
||||
if not pgrep swww-daemon > /dev/null
|
||||
swww-daemon &
|
||||
if not pgrep awww-daemon > /dev/null
|
||||
awww-daemon &
|
||||
sleep 1
|
||||
end
|
||||
|
||||
# Set wallpaper with animation
|
||||
swww img "$wallpaper" \
|
||||
awww img "$wallpaper" \
|
||||
--transition-type wipe
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue