diff options
Diffstat (limited to '')
-rw-r--r-- | alacritty.toml | 3 | ||||
-rw-r--r-- | fish2024/functions/k5days.fish | 4 | ||||
-rw-r--r-- | fish2024/functions/sync-tunnel.fish | 4 | ||||
-rw-r--r-- | fish2024/functions/tcomptoday.fish | 4 | ||||
-rw-r--r-- | fish2024/functions/ttags.fish | 4 | ||||
-rw-r--r-- | sway/config-desktop | 5 |
6 files changed, 20 insertions, 4 deletions
diff --git a/alacritty.toml b/alacritty.toml index a8f5a0d..f919b25 100644 --- a/alacritty.toml +++ b/alacritty.toml @@ -8,7 +8,7 @@ decorations = "Full" decorations_theme_variant = "Dark" [font] -size = 10 +size = 13 [font.normal] family = "monospace" @@ -27,7 +27,6 @@ style = "Italic" style.shape = "Block" style.blinking = "Off" - [[hints.enabled]] command = "xdg-open" # On Linux/BSD hyperlinks = true diff --git a/fish2024/functions/k5days.fish b/fish2024/functions/k5days.fish new file mode 100644 index 0000000..9fc339b --- /dev/null +++ b/fish2024/functions/k5days.fish @@ -0,0 +1,4 @@ +function k5days --wraps='khal list today 5 days' --description 'alias k5days=khal list today 5 days' + khal list today 5 days $argv + +end diff --git a/fish2024/functions/sync-tunnel.fish b/fish2024/functions/sync-tunnel.fish new file mode 100644 index 0000000..ff17ee5 --- /dev/null +++ b/fish2024/functions/sync-tunnel.fish @@ -0,0 +1,4 @@ +function sync-tunnel --wraps='ssh -N -L 9090:127.0.0.1:8384 syncthing@syncthing-ct.banded-neon.ts.net' --description 'alias sync-tunnel=ssh -N -L 9090:127.0.0.1:8384 syncthing@syncthing-ct.banded-neon.ts.net' + ssh -N -L 9090:127.0.0.1:8384 syncthing@syncthing-ct.banded-neon.ts.net $argv + +end diff --git a/fish2024/functions/tcomptoday.fish b/fish2024/functions/tcomptoday.fish new file mode 100644 index 0000000..674c23b --- /dev/null +++ b/fish2024/functions/tcomptoday.fish @@ -0,0 +1,4 @@ +function tcomptoday --wraps='task end.after:today-1d completed' --description 'alias tcomptoday=task end.after:today-1d completed' + task end.after:today-1d completed $argv + +end diff --git a/fish2024/functions/ttags.fish b/fish2024/functions/ttags.fish new file mode 100644 index 0000000..09667f1 --- /dev/null +++ b/fish2024/functions/ttags.fish @@ -0,0 +1,4 @@ +function ttags --wraps='task rc.list.all.tags=1 tags' --description 'alias ttags=task rc.list.all.tags=1 tags' + task rc.list.all.tags=1 tags $argv + +end diff --git a/sway/config-desktop b/sway/config-desktop index daafdb3..e62ef7d 100644 --- a/sway/config-desktop +++ b/sway/config-desktop @@ -28,7 +28,8 @@ include /etc/sway/config-vars.d/* # # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) #output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill -output DP-1 bg ~/Pictures/stable_diffusion/legacy/00083-3037126896-procession_of_demons.png fit +#output DP-1 bg ~/Pictures/stable_diffusion/legacy/proc1.png fit +output DP-1 bg #002323 solid_color output HDMI-A-1 bg ~/Pictures/stable_diffusion/legacy/testes_man.png fit # # Example configuration: @@ -48,7 +49,7 @@ output DP-1 resolution 900x1600 position 1920 0 transform 90 # timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ # before-sleep 'swaylock -f -c 000000' exec swayidle -w \ - timeout 300 'swaylock -f -i /home/lemon/Pictures/stable_diffusion/test_influencer/altar32.png' \ + timeout 600 'swaylock -f -i /home/lemon/Pictures/stable_diffusion/test_influencer/altar32.png' \ timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ before-sleep 'swaylock -f -i /home/lemon/Pictures/stable_diffusion/test_influencer/altar32.png' # |