update notify-send

master
Toerd@480 6 years ago
parent c3d4054bce
commit 90136e7468

@ -105,7 +105,8 @@ install_aur_helper() {
dialog --title "Installing the AUR Helper" --infobox "Cloning repository..." 0 0 dialog --title "Installing the AUR Helper" --infobox "Cloning repository..." 0 0
cd $(sudo -u $uname mktemp -d) cd $(sudo -u $uname mktemp -d)
git clone https://aur.archlinux.org/yay.git . &>> $logfile git clone https://aur.archlinux.org/yay.git . &>> $logfile
sudo -u $uname makepkg --noconfirm -si &>> $logfile sudo -u $uname makepkg --noconfirm -s &>> $logfile
pacman -U *.xz
} }
installation_loop() { installation_loop() {
@ -248,7 +249,7 @@ case $todo in
set_permissions "Defaults timestamp_timeout=45\n%wheel ALL=(ALL) ALL\n%wheel ALL=(ALL) NOPASSWD: /usr/bin/shutdown,/usr/bin/reboot,/usr/bin/systemctl suspend,/usr/bin/wifi-menu,/usr/bin/mount,/usr/bin/umount,/usr/bin/pacman -Syu,/usr/bin/pacman -Syyu,/usr/bin/pacman -Syyu --noconfirm,/usr/bin/loadkeys" set_permissions "Defaults timestamp_timeout=45\n%wheel ALL=(ALL) ALL\n%wheel ALL=(ALL) NOPASSWD: /usr/bin/shutdown,/usr/bin/reboot,/usr/bin/systemctl suspend,/usr/bin/wifi-menu,/usr/bin/mount,/usr/bin/umount,/usr/bin/pacman -Syu,/usr/bin/pacman -Syyu,/usr/bin/pacman -Syyu --noconfirm,/usr/bin/loadkeys"
no_beep no_beep
set_system_stuff set_system_stuff
enable_service "--user syncthing" "netctl-auto@wlp3s0" "--user offlineimap@philip_thi" "--user offlineimap@philip_posteo" "--user offlineimap@philip_gmail" "lightdm" enable_service "--user syncthing" "netctl-auto@wlp3s0" "--user offlineimap@philip_thi" "--user offlineimap@philip_posteo" "--user offlineimap@philip_gmail"
ready_steady_go ready_steady_go
clear clear
;; ;;

@ -16,8 +16,6 @@ L,P,acpid,A daemon for delivering ACPI power management events with netlink supp
L,P,acpi_call,battery recalibration L,P,acpi_call,battery recalibration
L,P,tlp,better battery life L,P,tlp,better battery life
A,P,openssh,Premier connectivity tool for remote login with the SSH protocol A,P,openssh,Premier connectivity tool for remote login with the SSH protocol
A,P,smbclient,sambaclient to access network shares
A,P,nmap,network scanning
# libraries # libraries
A,M,pyorgmode,lib to create and modify orgmode files used in quteb script A,M,pyorgmode,lib to create and modify orgmode files used in quteb script
@ -57,16 +55,12 @@ A,P,bspwm,windowmanagement
A,A,polybar,status bar A,A,polybar,status bar
A,P,sxhkd,Keyboard shortcuts A,P,sxhkd,Keyboard shortcuts
A,P,compton,Required for st to get transparent background (xcomp graphic glitches) A,P,compton,Required for st to get transparent background (xcomp graphic glitches)
A,P,libnotify,notifications
A,P,dunst,Notification Server A,P,dunst,Notification Server
A,P,lightdm,Display Manager
A,A,lightdm-mini-greeter,Login Screen
# Other display related stuff # Other display related stuff
A,P,redshift,No more burning eyes at night <3 A,P,redshift,No more burning eyes at night <3
# Display management
A,P,arandr,Provide a simple visual front end for XRandR 1.2.
# Text editing # Text editing
A,P,gvim,Vi Improved a highly configurable improved version of the vi text editor (with advanced features such as a GUI) A,P,gvim,Vi Improved a highly configurable improved version of the vi text editor (with advanced features such as a GUI)
A,P,emacs,The extensible customizable self-documenting real-time display editor A,P,emacs,The extensible customizable self-documenting real-time display editor
@ -83,7 +77,7 @@ A,P,offlineimap,Synchronizes emails between two repositories
# Webbrowsing # Webbrowsing
A,P,qutebrowser,A keyboard-driven vim-like browser based on PyQt5 A,P,qutebrowser,A keyboard-driven vim-like browser based on PyQt5
A,P,firefox,Browser with addon system. Please go faster qutebrowser dev! # A,P,firefox,Browser with addon system. Please go faster qutebrowser dev!
# General stuff # General stuff
A,P,htop,Interactive process viewer A,P,htop,Interactive process viewer
@ -93,6 +87,7 @@ A,P,pass,Stores retrieves generates and synchronizes passwords securely
A,A,pass-git-helper,git password helper A,A,pass-git-helper,git password helper
A,P,python-tldextract,lib for qute-pass A,P,python-tldextract,lib for qute-pass
A,P,zip,Compressor/archiver for creating and modifying zipfiles A,P,zip,Compressor/archiver for creating and modifying zipfiles
A,P,unzip,Unzip stuff
A,P,p7zip,Command-line file archiver with high compression ratio A,P,p7zip,Command-line file archiver with high compression ratio
A,P,ripgrep,A search tool that combines the usability of ag with the raw speed of grep A,P,ripgrep,A search tool that combines the usability of ag with the raw speed of grep
A,P,fzf,fuzzy bash completion A,P,fzf,fuzzy bash completion
@ -100,22 +95,31 @@ A,P,aspell,no desc
A,P,aspell-en,no desc A,P,aspell-en,no desc
A,P,aspell-de,no desc A,P,aspell-de,no desc
A,P,rsibreak,Prevent me from descroying myself A,P,rsibreak,Prevent me from descroying myself
A,P,nmap,network scanning
# Tools # Tools
A,P,maim,snipping tool for screenshots and stuff A,P,maim,snipping tool for screenshots and stuff
A,P,syncthing,tool to sync all my docs
# A,P,syncthing,tool to sync all my docs
A,P,nextcloud-client,Client for nextcloud server
# Programming # Programming
A,P,clang,C language family frontend for LLVM A,P,clang,C language family frontend for LLVM
A,P,llvm-libs,LLVM runtime libraries A,P,llvm-libs,LLVM runtime libraries
A,P,llvm,Collection of modular and reusable compiler and toolchain technologies A,P,llvm,Collection of modular and reusable compiler and toolchain technologies
A,P,avrdude,Arduino and other AVR microcontrollers
A,A,platformio,Compile and upload code to arduino and more
# emacs related programs # emacs related programs
A,A,ccls-git,lsp-server for C/C++ A,A,ccls-git,lsp-server for C/C++
# cmus and mp3 libraries # Music
A,P,cmus,cli music player A,P,cmus,cli music player
A,P,libmad,mp3 support for cmus A,P,libmad,mp3 support for cmus
# Videos and Youtube
A,P,youtube-dl,Youtube Downloader used in mpv
A,P,mpv,Video Player
# moved this here because it conflicts with x server todo add group memberships and udev rules (good2know) # moved this here because it conflicts with x server todo add group memberships and udev rules (good2know)
A,A,acpilight,A backward-compatibile xbacklight replacement based on ACPI A,A,acpilight,A backward-compatibile xbacklight replacement based on ACPI

1 # First column: A = All, L = Laptop, D = Desktop
16 L,P,tlp,better battery life
17 A,P,openssh,Premier connectivity tool for remote login with the SSH protocol
18 A,P,smbclient,sambaclient to access network shares # libraries
A,P,nmap,network scanning
# libraries
19 A,M,pyorgmode,lib to create and modify orgmode files used in quteb script
20 # Driver related stuff
21 A,P,linux-headers,linux kernel headers
55 # Display management A,P,gvim,Vi Improved a highly configurable improved version of the vi text editor (with advanced features such as a GUI)
56 A,P,arandr,Provide a simple visual front end for XRandR 1.2. A,P,emacs,The extensible customizable self-documenting real-time display editor
57 # Text editing A,P,xournalpp,Notetaking and sketching application
58 # emacs reqs
59 A,P,gvim,Vi Improved a highly configurable improved version of the vi text editor (with advanced features such as a GUI) A,P,pandoc,A universal document converter
A,P,emacs,The extensible customizable self-documenting real-time display editor
A,P,xournalpp,Notetaking and sketching application
60 # emacs reqs A,P,auctex,latexpreview
61 A,P,pandoc,A universal document converter A,P,texlive-core,latex export (orgmode)
62 A,P,auctex,latexpreview A,P,texlive-latexextra, latex export (orgmode)
63 A,P,texlive-core,latex export (orgmode) # Mail
A,P,texlive-latexextra, latex export (orgmode)
# Mail
A,A,mu,Maildir indexer/searcher and Emacs client (mu4e)
64 A,P,offlineimap,Synchronizes emails between two repositories A,A,mu,Maildir indexer/searcher and Emacs client (mu4e)
65 # Webbrowsing A,P,offlineimap,Synchronizes emails between two repositories
66 A,P,qutebrowser,A keyboard-driven vim-like browser based on PyQt5 # Webbrowsing
77 A,P,ripgrep,A search tool that combines the usability of ag with the raw speed of grep A,P,unzip,Unzip stuff
78 A,P,fzf,fuzzy bash completion A,P,p7zip,Command-line file archiver with high compression ratio
79 A,P,aspell,no desc A,P,ripgrep,A search tool that combines the usability of ag with the raw speed of grep
80 A,P,aspell-en,no desc A,P,fzf,fuzzy bash completion
81 A,P,aspell-de,no desc A,P,aspell,no desc
82 A,P,rsibreak,Prevent me from descroying myself A,P,aspell-en,no desc
83 # Tools A,P,aspell-de,no desc
87 A,P,clang,C language family frontend for LLVM A,P,maim,snipping tool for screenshots and stuff
88 A,P,llvm-libs,LLVM runtime libraries # A,P,syncthing,tool to sync all my docs
89 A,P,llvm,Collection of modular and reusable compiler and toolchain technologies A,P,nextcloud-client,Client for nextcloud server
90 # Programming
91 # emacs related programs A,P,clang,C language family frontend for LLVM
92 A,A,ccls-git,lsp-server for C/C++ A,P,llvm-libs,LLVM runtime libraries
93 # cmus and mp3 libraries A,P,llvm,Collection of modular and reusable compiler and toolchain technologies
95 A,P,libmad,mp3 support for cmus A,A,platformio,Compile and upload code to arduino and more
96 # moved this here because it conflicts with x server todo add group memberships and udev rules (good2know) # emacs related programs
97 A,A,acpilight,A backward-compatibile xbacklight replacement based on ACPI A,A,ccls-git,lsp-server for C/C++
98 # Music
99 A,P,cmus,cli music player
100 A,P,libmad,mp3 support for cmus
101 # Videos and Youtube
102 A,P,youtube-dl,Youtube Downloader used in mpv
103 A,P,mpv,Video Player
104 # moved this here because it conflicts with x server todo add group memberships and udev rules (good2know)
105 A,A,acpilight,A backward-compatibile xbacklight replacement based on ACPI
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
Loading…
Cancel
Save