From c2e47bf8b50617e4899548e17fb550752e219d15 Mon Sep 17 00:00:00 2001 From: zachir Date: Fri, 19 Aug 2022 18:46:41 -0500 Subject: add to progs.csv --- progs.csv | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/progs.csv b/progs.csv index f5aeb3d..4bd9261 100644 --- a/progs.csv +++ b/progs.csv @@ -119,6 +119,7 @@ ,python-fuzzywuzzy,implements fuzzy matching in Python. ,python-iwlib,is a Python module to interface with iwlib. ,python-levenshtein,is a Python extension for computing string edit distances and similarities. +,python-mpd2,is a python interface for mpd. ,python-notify2,is a Python interface to DBus notifications. ,python-pywlroots,provides Python bindings to wlroots using cffi. ,python-setproctitle,allows a Python process to change its process title. @@ -244,7 +245,7 @@ A,xurls,extracts urls from plain text. A,ytfzf,is a posix script to find and watch YouTube videos from the terminal. G,https://git.zachir.xyz/dmenu.git,is an X11 menu interface for scripting configured by ZachIR. G,https://git.zachir.xyz/dwm.git,is an X11 dynamic tiling window manager configured by ZachIR. -G,https://git.zachir.xyz/dwmblocks.git,is a dwm bar daemon inspired by i3blocks configured by ZachIR. +G,https://gitlab.com/zachir/dwmblocks.git,is a dwm bar daemon inspired by i3blocks configured by ZachIR. G,https://git.zachir.xyz/artix-runit-services.git,is a collection of runit services for daemons not in the Artix repos. G,https://git.zachir.xyz/slock.git, is a lightweight X11 screen locker configured by ZachIR. G,https://git.zachir.xyz/st.git,is a lightweight X11 terminal interface configured by ZachIR. -- cgit v1.2.3 From c4af61a081dd5b76c403e8977f0c0bccedada8c7 Mon Sep 17 00:00:00 2001 From: zachir Date: Sun, 9 Oct 2022 21:28:23 -0500 Subject: use nsxiv instead of sxiv --- progs.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progs.csv b/progs.csv index cd030e9..ae7b7bd 100644 --- a/progs.csv +++ b/progs.csv @@ -136,7 +136,7 @@ ,seatd,is a minimal seat daemon and universal seat management library. ,stalonetray,is a standalone system tray. ,sway,is a Wayland tiling window compositor. -,sxiv,is a simple extensible X11 image viewer. +,nsxiv,is a maintained fork of the simple extensible X11 image viewer. ,sysstat,is a collection of performance monitoring tools. ,termdown,is a terminal countdown timer and stopwatch. ,tmux,is a terminal multiplexer. -- cgit v1.2.3 From de915415112f93541397bfe0672e47efa9e33908 Mon Sep 17 00:00:00 2001 From: zachir Date: Mon, 10 Oct 2022 12:09:33 -0500 Subject: update progs.csv to fix automation --- progs.csv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/progs.csv b/progs.csv index ae7b7bd..43e45ca 100644 --- a/progs.csv +++ b/progs.csv @@ -132,11 +132,10 @@ ,rsm,is the Runit Service Manager for Artix. ,rsync,is a fast and versatile copying tool for remote and local files. ,runit,"is a suite of tools for PID 1, init, and process supervision." -,rustup,is the Rust toolchain installer. +,rust,is the Rust programming language and toolchain. ,seatd,is a minimal seat daemon and universal seat management library. ,stalonetray,is a standalone system tray. ,sway,is a Wayland tiling window compositor. -,nsxiv,is a maintained fork of the simple extensible X11 image viewer. ,sysstat,is a collection of performance monitoring tools. ,termdown,is a terminal countdown timer and stopwatch. ,tmux,is a terminal multiplexer. @@ -222,6 +221,7 @@ A,mpd-mpris,provides an MPRIS interface for mpd. A,mpd-notification,provides notifications on mpd events. A,mutt-wizard,configures an offline email set up. A,nerd-fonts-mononoki,installs the mononoki nerd font. +A,nsxiv,is a maintained fork of the simple extensible X11 image viewer. A,paccache-hook,is a configurable hook to clean the pacman package cache. A,paper-icon-theme,is an icon theme. A,plata-theme,is a GTK theme based on Material Design Refresh. -- cgit v1.2.3 From 7fb3d6df360a996a454ef9ac0580be94059eaf54 Mon Sep 17 00:00:00 2001 From: zachir Date: Mon, 10 Oct 2022 12:26:02 -0500 Subject: add firedragon to progs.csv --- progs.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/progs.csv b/progs.csv index 43e45ca..02c0243 100644 --- a/progs.csv +++ b/progs.csv @@ -40,6 +40,7 @@ ,ffmpeg,"records, converts, and streams audio and video." ,ffmpeg4.4,version 4.4 of ffmpeg. ,ffmpegthumbnailer,is a lightweight video thumbnailer. +,firedragon,is a more secure (but daily driveable) web browser. ,firefox,is a web browser. ,firejail,is a Linux namespaces sandbox program. ,firetools,is a GUI interface for Firejail. -- cgit v1.2.3 From 237a6c2c0373a96b19a5e53ccf8dd21daa457571 Mon Sep 17 00:00:00 2001 From: zachir Date: Mon, 10 Oct 2022 22:46:43 -0500 Subject: change plata-theme to plata-theme-bin, because plata-theme tends to fail to build --- progs.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progs.csv b/progs.csv index 02c0243..c4304a2 100644 --- a/progs.csv +++ b/progs.csv @@ -225,7 +225,7 @@ A,nerd-fonts-mononoki,installs the mononoki nerd font. A,nsxiv,is a maintained fork of the simple extensible X11 image viewer. A,paccache-hook,is a configurable hook to clean the pacman package cache. A,paper-icon-theme,is an icon theme. -A,plata-theme,is a GTK theme based on Material Design Refresh. +A,plata-theme-bin,is a GTK theme based on Material Design Refresh. A,qbpm-git,manages qutebrowser profiles. A,qt6gtk2,provides a gtk2 theme for Qt6. A,river,is a Wayland dynamic tiling window compositor. -- cgit v1.2.3