diff options
| author | 2024-01-17 19:43:07 +0500 | |
|---|---|---|
| committer | 2024-01-17 19:43:07 +0500 | |
| commit | 956a895a6d5ae07c6fa3fd1c0eec465fd4d75322 (patch) | |
| tree | 50e5b593ca4e583d905b4f339077c523db5ddb2f | |
| parent | 40898b1db8471f35a6e0955fdf965d82193c3ca8 (diff) | |
update
| -rwxr-xr-x | clilaunch.sh | 16 | ||||
| -rwxr-xr-x | foote.sh | 26 | ||||
| -rw-r--r-- | pkglist.txt | 14 | ||||
| -rw-r--r-- | pkglists/pkglist.txt | 21 |
4 files changed, 6 insertions, 71 deletions
diff --git a/clilaunch.sh b/clilaunch.sh deleted file mode 100755 index 1309b16..0000000 --- a/clilaunch.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash -# Скрипт для запуска cli программ с именованным заголовком из лаунчера - -case "$1" in - peaclock) - peaclock - - break - ;; - - *) - foot --title="$1" $1 - - break - ;; -esac diff --git a/foote.sh b/foote.sh deleted file mode 100755 index 0631513..0000000 --- a/foote.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/bash -# Set foot's title to the command supplied after -e. -# Note: Option -e is mandatory for this wrapper script. -# Скрипт для запуска cli программ с именованным заголовком напрямую из терминала - -unset title -arg_i=0 -for arg; do - arg_i=$((arg_i+1)) - if [[ "$arg" != "-e" ]]; then - continue - else - arg_i=$((arg_i+1)) - title="${*:$arg_i}" - break - fi -done - -if ! [[ -v title ]]; then - printf 'error: option -e is mandatory\n' - exit 1 -fi - -set -e - -exec foot --title="$title" "$@" 2> /dev/null & diff --git a/pkglist.txt b/pkglist.txt index cc23d19..8cd3b7d 100644 --- a/pkglist.txt +++ b/pkglist.txt @@ -4,16 +4,14 @@ awesome-terminal-fonts base base-devel bc -bemenu btrfs-progs chezmoi -code deluge efibootmgr firefox font-manager -foot freeplane -fuzzel +foot +freeplane git github-cli glow @@ -36,7 +34,6 @@ libreoffice-still-ru libsixel linux linux-firmware -lsd mako man-db man-pages-ru @@ -68,7 +65,6 @@ pipewire-pulse poppler python-pip python-pipx -python-qtawesome-git qbittorrent qt5-wayland qt6-wayland @@ -83,17 +79,12 @@ sof-firmware stow sudo sway -sway-dynamic-names-git swaybg swaylock -swayr sworkstyle tango-icon-theme telegram-desktop -tldr -tofi ttf-font-awesome -ttf-font-icons ttf-jetbrains-mono ttf-joypixels ttf-nerd-fonts-symbols @@ -115,7 +106,6 @@ wireplumber wl-clipboard wofi wofi-emoji -workstyle-git xdg-desktop-portal-wlr xorg-xwayland yandex-disk diff --git a/pkglists/pkglist.txt b/pkglists/pkglist.txt index b682ae6..1d72b3e 100644 --- a/pkglists/pkglist.txt +++ b/pkglists/pkglist.txt @@ -5,29 +5,26 @@ base base-devel bc btrfs-progs -code -deepl-electron-bin +chezmoi deluge efibootmgr firefox font-manager foot +freeplane git github-cli glow -gnome-disk-utility-git -google-chrome gparted gptfdisk grim gst-plugin-pipewire -habito +gvim htop imagemagick intel-ucode keepassxc khal -komikku kompare libpulse libreoffice-still-ru @@ -57,13 +54,11 @@ obsidian otf-font-awesome pavucontrol pdfarranger -peaclock pipewire pipewire-alsa pipewire-jack pipewire-pulse poppler -powerkit python-pip python-pipx qbittorrent @@ -72,7 +67,6 @@ qt6-wayland qutebrowser refind ripgrep -semantik shellcheck shotcut slurp @@ -83,7 +77,6 @@ sudo sway swaybg swaylock -tango-icon-theme telegram-desktop ttf-font-awesome ttf-jetbrains-mono @@ -94,22 +87,16 @@ unzip vifm vimiv virtualbox -virtualbox-ext-oracle virtualbox-guest-iso virtualbox-host-modules-arch -vot-cli-git waybar +webp-pixbuf-loader wget wireplumber wl-clipboard wofi -wofi-emoji xdg-desktop-portal-wlr xorg-xwayland -yandex-disk -yandex-disk-indicator -yay -yewtube-git zathura zathura-djvu zathura-pdf-mupdf |
