diff --git a/.config/bash/10-aliases.bash b/.config/bash/10-aliases.bash index 8e7bee3..f3a1f9d 100644 --- a/.config/bash/10-aliases.bash +++ b/.config/bash/10-aliases.bash @@ -8,9 +8,9 @@ function bd() { } function update() { - $TERM --hold -e "$SHELL" -ic "pac -Syu && echo -e '\e[32mDONE'" & - $TERM --hold -e "$SHELL" -ic "flatpak update && echo -e '\e[32mDONE'" & - $TERM --hold -e "$SHELL" -ic "cd && c submodule update --remote --recursive && echo -e '\e[32mDONE'" & + $TERM --hold -e "$SHELL" -ic "pac -Syu && echo $'\e[32mDONE'" & + $TERM --hold -e "$SHELL" -ic "flatpak update && echo -e $'\e[32mDONE'" & + $TERM --hold -e "$SHELL" -ic "cd && c submodule update --remote --recursive && echo $'\e[32mDONE'" & } function tmp() { @@ -27,6 +27,7 @@ alias ...='../..' \ feh='feh --auto-zoom --scale-down' \ g=git \ grep='grep --color --exclude-dir={.cache,.git,.idea,.venv,.vscode,node_modules}' \ + ip='ip -c=auto' \ l='ll -a' \ la='ll -A' \ ll='ls -lh' \ diff --git a/.config/newsraft/feeds b/.config/newsraft/feeds index 7c875bd..b1963df 100644 --- a/.config/newsraft/feeds +++ b/.config/newsraft/feeds @@ -2,6 +2,7 @@ @ Entertainment https://www.youtube.com/feeds/videos.xml?channel_id=UCI4W-ck8ZLA_YljxMhlpg2g "Chess Simp" +https://www.youtube.com/feeds/videos.xml?channel_id=UCdC0An4ZPNr_YiFiYoVbwaw "Daily Dose Of Internet" https://www.youtube.com/feeds/videos.xml?channel_id=UCf-vV5woXPFpkvZKwooWoyw "WirtualTV" @ News diff --git a/.config/nvim/pack/plugins/opt/treesitter b/.config/nvim/pack/plugins/opt/treesitter index 7646c1c..3742701 160000 --- a/.config/nvim/pack/plugins/opt/treesitter +++ b/.config/nvim/pack/plugins/opt/treesitter @@ -1 +1 @@ -Subproject commit 7646c1c12a3121562aa87fd79aace48c728ac096 +Subproject commit 37427012d1c77c544356bfff0c9acc88fd3256bc diff --git a/.config/suckless/dwm-6.5/config.h b/.config/suckless/dwm-6.5/config.h index d590a42..9e5b7d0 100644 --- a/.config/suckless/dwm-6.5/config.h +++ b/.config/suckless/dwm-6.5/config.h @@ -64,7 +64,7 @@ static const char *wwwcmd[] = { "org.mozilla.firefox", NULL }; static const char *pwwwcmd[] = { "org.mozilla.firefox", "--private-window", NULL }; static const char *calccmd[] = { "alacritty", "-epython", NULL }; static const char *fmcmd[] = { "pcmanfm", NULL }; -static const char *prtsccmd[] = { "sh", "-c", "gm import png:- | xclip -sel c -t image/png && xclip -sel c -o | feh -", NULL }; +static const char *prtsccmd[] = { "sh", "-c", "import png:- | xclip -sel c -t image/png && xclip -sel c -o | feh -", NULL }; static const char *lvolcmd[] = { "vol", "s", "-5", NULL }; static const char *rvolcmd[] = { "vol", "s", "+5", NULL }; static const char *mutecmd[] = { "vol", "s", "m", NULL }; diff --git a/.local/bin/sbar b/.local/bin/sbar index e92bba4..1a15238 100755 --- a/.local/bin/sbar +++ b/.local/bin/sbar @@ -77,7 +77,7 @@ function update_net() { } function update_time() { - time="$(TZ=Asia/Jakarta date '+%R %Z') - $(TZ=Europe/Paris date '+%R %Z') - $(date '+%a %m-%d %R %Z')" + time="$(TZ=Asia/Jakarta date '+%R %Z') - $(TZ=Europe/Paris date '+%R %Z') - $(TZ=Asia/Makassar date '+%R %Z') - $(date -u '+%a %m-%d %R')" } function reload() {