all repos

dotfiles @ 5d78ad3

my dotfiles
7 files changed, 16 insertions(+), 16 deletions(-)
bin: refactor and reformat
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2025-01-02 23:26:38 +0200
Parent: efb4418
M bin/arch-upd

@@ -1,4 +1,4 @@

#!/usr/bin/env bash sudo pacman -Syyuu --noconfirm paru -Sua --noconfirm -sudo pacman -Rs $(pacman -Qdtq | sed 's/\n/ /g') --noconfirm +sudo pacman -Rs "$(pacman -Qdtq | sed 's/\n/ /g')" --noconfirm
M bin/ipinfo

@@ -1,3 +1,2 @@

#!/usr/bin/env bash - curl -s ipinfo.io | jq "del(.readme) | del(.loc) | ."
M bin/issue

@@ -1,6 +1,6 @@

#!/usr/bin/env bash if [ -n "$1" ]; then - exec gh issue edit "$@" + exec gh issue edit "$@" fi exec gh issue create
M bin/npm-install-globals

@@ -1,2 +1,2 @@

#!/usr/bin/env bash -exec npm i -g yaml-language-server vscode-langservers-extracted typescript-language-server bash-language-server svelte-language-server +exec npm i -g yaml-language-server vscode-langservers-extracted typescript-language-server bash-language-server
M bin/today

@@ -1,4 +1,4 @@

#!/usr/bin/env bash -p=$HOME/Documents/Syncthing/logseq/journals +p=$HOME/Documents/Obsidian/journal d=$(date +%Y-%m-%d) [ -d "$p" ] && exec nvim "$p/$d.md"
M bin/wofi-power-menu

@@ -2,19 +2,19 @@ #!/bin/env bash

entries="⏻ poweroff\n⇠ logout\n⏾ suspend\n⭮ reboot" selected=$(echo -e "$entries" | - wofi --dmenu --cache-file /dev/null | - awk '{print tolower($2)}') + wofi --dmenu --cache-file /dev/null | + awk '{print tolower($2)}') shall_continue() { - entries="Yes\nNo" - selected=$(echo -e "$entries" | - wofi --dmenu --cache-file /dev/null | - awk '{print tolower($1)}') + entries="Yes\nNo" + selected=$(echo -e "$entries" | + wofi --dmenu --cache-file /dev/null | + awk '{print tolower($1)}') - case $selected in - yes) exec "$@" ;; - no) exit 0 ;; - esac + case $selected in + yes) exec "$@" ;; + no) exit 0 ;; + esac } case $selected in
M config/hypr/hyprland.conf

@@ -165,7 +165,8 @@ bind = $mod CTRL, l, exec, swaylock

bind = $mod, f, fullscreen bind = $mod Ctrl, f, togglefloating - bind = , Print, exec, grim -g "$(slurp)" - | wl-copy + bind = , Print, exec, hyprshot -m region + bind = , SHIFT Print, exec, hyprshot -m output # programs {{{ bind = $mod SHIFT, w, exec, brave