Compare commits
7 Commits
74df81e9d0
...
e72a0de86e
Author | SHA1 | Date | |
---|---|---|---|
e72a0de86e | |||
ba709c86eb | |||
5a0499f6db | |||
a12e0ad7f7 | |||
73489aa090 | |||
42e10464b9 | |||
30371a5b94 |
@ -16,6 +16,10 @@ ExtBEnabled=True
|
|||||||
CloudPinyinEnabled=True
|
CloudPinyinEnabled=True
|
||||||
# Cloud Pinyin Index
|
# Cloud Pinyin Index
|
||||||
CloudPinyinIndex=1
|
CloudPinyinIndex=1
|
||||||
|
# Show animation when Cloud Pinyin is loading
|
||||||
|
CloudPinyinAnimation=True
|
||||||
|
# Always show Cloud Pinyin place holder
|
||||||
|
KeepCloudPinyinPlaceHolder=False
|
||||||
# Show preedit within application
|
# Show preedit within application
|
||||||
PreeditInApplication=True
|
PreeditInApplication=True
|
||||||
# Fix embedded preedit cursor at the beginning of the preedit
|
# Fix embedded preedit cursor at the beginning of the preedit
|
||||||
|
@ -1,6 +1,21 @@
|
|||||||
font=IBMPlexMono 10
|
sort=-time
|
||||||
|
layer=overlay
|
||||||
background-color=#222222
|
background-color=#222222
|
||||||
|
width=500
|
||||||
|
height=120
|
||||||
|
border-size=1
|
||||||
border-color=#333333
|
border-color=#333333
|
||||||
anchor=top-right
|
border-radius=3
|
||||||
default-timeout=6000
|
icons=0
|
||||||
width=350
|
font=IBMPlexMono 11
|
||||||
|
default-timeout=0
|
||||||
|
padding=10
|
||||||
|
|
||||||
|
[urgency=low]
|
||||||
|
border-color=#333333
|
||||||
|
|
||||||
|
[urgency=normal]
|
||||||
|
border-color=#555555
|
||||||
|
|
||||||
|
[urgency=high]
|
||||||
|
border-color=#aaaaaa
|
||||||
|
@ -1,34 +0,0 @@
|
|||||||
# mpd.conf
|
|
||||||
|
|
||||||
pid_file "/home/default/.config/mpd/mpd.pid"
|
|
||||||
db_file "/home/default/.config/mpd/mpd.db"
|
|
||||||
state_file "/home/default/.config/mpd/mpd.state"
|
|
||||||
playlist_directory "/home/default/.config/mpd/music/music/playlists/mpd"
|
|
||||||
music_directory "/home/default/.config/mpd/music"
|
|
||||||
sticker_file "/home/default/.config/mpd/sticker.sql"
|
|
||||||
log_file "syslog"
|
|
||||||
auto_update "yes"
|
|
||||||
user "default"
|
|
||||||
bind_to_address "localhost"
|
|
||||||
port "6600"
|
|
||||||
volume_normalization "yes"
|
|
||||||
|
|
||||||
# pulse audio
|
|
||||||
audio_output {
|
|
||||||
type "pulse"
|
|
||||||
name "pulse audio"
|
|
||||||
}
|
|
||||||
|
|
||||||
# httpd stream
|
|
||||||
# audio_output {
|
|
||||||
# type "httpd"
|
|
||||||
# name "My HTTP Stream"
|
|
||||||
# encoder "wave" # optional, vorbis or lame
|
|
||||||
# port "8000"
|
|
||||||
# bind_to_address "0.0.0.0" # optional, IPv4 or IPv6
|
|
||||||
# quality "5.0" # do not define if bitrate is defined
|
|
||||||
# bitrate "128" # do not define if quality is defined
|
|
||||||
# format "44100:16:1"
|
|
||||||
# max_clients "0" # optional 0=no limit
|
|
||||||
#}
|
|
||||||
|
|
7
home/default/scripts/prep-camera-photo
Executable file
7
home/default/scripts/prep-camera-photo
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/usr/bin/env sh
|
||||||
|
set +eou pipefail
|
||||||
|
|
||||||
|
# Takes the latest photo from my camera stream and removes exif data from it
|
||||||
|
LATEST_PHOTO=$(ls -t1 /home/default/syncthing/camera/Camera | head -n 1)
|
||||||
|
cp "/home/default/syncthing/camera/Camera/${LATEST_PHOTO}" /home/default/Downloads/temp
|
||||||
|
cd /home/default/Downloads/temp && remove-exif
|
5
home/default/scripts/prune-free-space
Executable file
5
home/default/scripts/prune-free-space
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env sh
|
||||||
|
set -eoux pipefail
|
||||||
|
|
||||||
|
yay -Sc --noconfirm
|
||||||
|
sudo journalctl --vacuum-size=1G
|
92
packages.txt
92
packages.txt
@ -1,8 +1,9 @@
|
|||||||
|
acpi
|
||||||
adobe-source-han-sans-jp-fonts
|
adobe-source-han-sans-jp-fonts
|
||||||
adobe-source-han-sans-kr-fonts
|
adobe-source-han-sans-kr-fonts
|
||||||
aic94xx-firmware
|
aic94xx-firmware
|
||||||
amd-ucode
|
amd-ucode
|
||||||
anki
|
anki-bin
|
||||||
arch-install-scripts
|
arch-install-scripts
|
||||||
asdf-vm
|
asdf-vm
|
||||||
atomicparsley
|
atomicparsley
|
||||||
@ -18,7 +19,6 @@ binutils
|
|||||||
bison
|
bison
|
||||||
blueman
|
blueman
|
||||||
bluetooth-autoconnect
|
bluetooth-autoconnect
|
||||||
botan
|
|
||||||
brightnessctl
|
brightnessctl
|
||||||
bzip2
|
bzip2
|
||||||
calibre
|
calibre
|
||||||
@ -32,10 +32,8 @@ cowsay
|
|||||||
cpupower
|
cpupower
|
||||||
cpupower-gui
|
cpupower-gui
|
||||||
cryptsetup
|
cryptsetup
|
||||||
cups
|
|
||||||
cups-pdf
|
cups-pdf
|
||||||
darktable
|
darktable
|
||||||
ddclient
|
|
||||||
device-mapper
|
device-mapper
|
||||||
dhcpcd
|
dhcpcd
|
||||||
dialog
|
dialog
|
||||||
@ -48,13 +46,12 @@ efibootmgr
|
|||||||
electrum
|
electrum
|
||||||
elinks
|
elinks
|
||||||
emacs
|
emacs
|
||||||
|
esptool
|
||||||
etcher-bin
|
etcher-bin
|
||||||
evince
|
evince
|
||||||
evolution
|
evolution
|
||||||
f2fs-tools
|
f2fs-tools
|
||||||
fail2ban
|
|
||||||
fakeroot
|
fakeroot
|
||||||
farstream
|
|
||||||
fcitx5
|
fcitx5
|
||||||
fcitx5-chinese-addons
|
fcitx5-chinese-addons
|
||||||
fcitx5-configtool
|
fcitx5-configtool
|
||||||
@ -70,15 +67,19 @@ firefox
|
|||||||
flex
|
flex
|
||||||
font-manager
|
font-manager
|
||||||
fortune-mod
|
fortune-mod
|
||||||
fortune-mod-acecombat
|
|
||||||
fortune-mod-calvin
|
fortune-mod-calvin
|
||||||
fortune-mod-confucius
|
fortune-mod-confucius
|
||||||
|
fortune-mod-doctorwho-new-series
|
||||||
fortune-mod-ferengi_rules_of_acquisition
|
fortune-mod-ferengi_rules_of_acquisition
|
||||||
fortune-mod-firefly
|
fortune-mod-firefly
|
||||||
fortune-mod-hitchhiker
|
fortune-mod-hitchhiker
|
||||||
fortune-mod-matrix
|
fortune-mod-matrix
|
||||||
|
fortune-mod-portal-game
|
||||||
fortune-mod-starwars
|
fortune-mod-starwars
|
||||||
|
fprintd
|
||||||
|
framework-system-git
|
||||||
freecad
|
freecad
|
||||||
|
fstl
|
||||||
fwbuilder
|
fwbuilder
|
||||||
fwupd
|
fwupd
|
||||||
gajim
|
gajim
|
||||||
@ -88,24 +89,22 @@ gcc
|
|||||||
gcc-libs
|
gcc-libs
|
||||||
gdlauncher-bin
|
gdlauncher-bin
|
||||||
gedit
|
gedit
|
||||||
geoclue
|
|
||||||
gettext
|
gettext
|
||||||
gimp
|
gimp
|
||||||
git
|
git
|
||||||
git-lfs
|
git-lfs
|
||||||
glibc
|
glibc
|
||||||
|
gnome-control-center
|
||||||
gnome-disk-utility
|
gnome-disk-utility
|
||||||
gnome-firmware
|
gnome-keyring
|
||||||
gnome-sound-recorder
|
gnome-sound-recorder
|
||||||
gnu-free-fonts
|
gnu-free-fonts
|
||||||
gnu-netcat
|
gnu-netcat
|
||||||
gnutls
|
|
||||||
gparted
|
gparted
|
||||||
grep
|
grep
|
||||||
grim
|
grim
|
||||||
grub
|
grub
|
||||||
gsmartcontrol
|
gsmartcontrol
|
||||||
gsound
|
|
||||||
gst-libav
|
gst-libav
|
||||||
gst-plugins-bad
|
gst-plugins-bad
|
||||||
gst-plugins-ugly
|
gst-plugins-ugly
|
||||||
@ -120,7 +119,7 @@ highlight
|
|||||||
htop
|
htop
|
||||||
hugin
|
hugin
|
||||||
hunspell-en_us
|
hunspell-en_us
|
||||||
ibus-uniemoji-git
|
iio-sensor-proxy
|
||||||
inkscape
|
inkscape
|
||||||
inotify-tools
|
inotify-tools
|
||||||
iotop
|
iotop
|
||||||
@ -130,11 +129,9 @@ itstool
|
|||||||
iucode-tool
|
iucode-tool
|
||||||
iw
|
iw
|
||||||
jammr
|
jammr
|
||||||
jansson
|
|
||||||
jq
|
jq
|
||||||
kanshi
|
kanshi
|
||||||
kcm-wacomtablet
|
kcm-wacomtablet
|
||||||
kdeconnect
|
|
||||||
kdocker
|
kdocker
|
||||||
keepassxc
|
keepassxc
|
||||||
kid3
|
kid3
|
||||||
@ -142,53 +139,29 @@ kitty
|
|||||||
kochmorse
|
kochmorse
|
||||||
krita
|
krita
|
||||||
lagrange
|
lagrange
|
||||||
leap-motion-driver
|
|
||||||
leptonica
|
leptonica
|
||||||
less
|
less
|
||||||
lib32-gamemode
|
lib32-gamemode
|
||||||
lib32-giflib
|
|
||||||
lib32-gnutls
|
|
||||||
lib32-gst-plugins-base-libs
|
lib32-gst-plugins-base-libs
|
||||||
lib32-gtk3
|
lib32-gtk3
|
||||||
lib32-libappindicator-gtk2
|
|
||||||
lib32-libappindicator-gtk3
|
lib32-libappindicator-gtk3
|
||||||
lib32-libgpg-error
|
|
||||||
lib32-libjpeg-turbo
|
|
||||||
lib32-libldap
|
|
||||||
lib32-libpng
|
|
||||||
lib32-libpulse
|
|
||||||
lib32-libva
|
|
||||||
lib32-libva-mesa-driver
|
lib32-libva-mesa-driver
|
||||||
lib32-libxcomposite
|
|
||||||
lib32-libxinerama
|
|
||||||
lib32-libxslt
|
lib32-libxslt
|
||||||
lib32-mesa-vdpau
|
|
||||||
lib32-mpg123
|
|
||||||
lib32-ocl-icd
|
lib32-ocl-icd
|
||||||
lib32-openal
|
|
||||||
lib32-sqlite
|
|
||||||
lib32-v4l-utils
|
lib32-v4l-utils
|
||||||
lib32-vkd3d
|
lib32-vkd3d
|
||||||
lib32-vulkan-icd-loader
|
|
||||||
libappindicator-gtk3
|
libappindicator-gtk3
|
||||||
libdvdcss
|
libdvdcss
|
||||||
libffado
|
libffado
|
||||||
libglvnd
|
|
||||||
libgnome-keyring
|
libgnome-keyring
|
||||||
libgooglepinyin
|
libgooglepinyin
|
||||||
libime
|
|
||||||
libjbig-shared
|
|
||||||
libjpeg6-turbo
|
|
||||||
libpinyin
|
libpinyin
|
||||||
libpng
|
|
||||||
libreoffice-extension-languagetool
|
|
||||||
libreoffice-still
|
libreoffice-still
|
||||||
libretro-overlays
|
libretro-overlays
|
||||||
libretro-shaders-slang
|
libretro-shaders-slang
|
||||||
libva-mesa-driver
|
libva-mesa-driver
|
||||||
libva-utils
|
libva-utils
|
||||||
libvncserver
|
libvncserver
|
||||||
libxkbcommon
|
|
||||||
licenses
|
licenses
|
||||||
linux
|
linux
|
||||||
linux-firmware
|
linux-firmware
|
||||||
@ -211,14 +184,13 @@ mcomix
|
|||||||
mcpp
|
mcpp
|
||||||
mdadm
|
mdadm
|
||||||
mediainfo
|
mediainfo
|
||||||
mesa
|
|
||||||
minecraft-launcher
|
minecraft-launcher
|
||||||
mixxx
|
mixxx
|
||||||
mousetweaks
|
mousetweaks
|
||||||
mpc
|
mpc
|
||||||
mpv
|
mpv
|
||||||
mpv-mpris
|
mpv-mpris
|
||||||
multimc5
|
mqtt-explorer
|
||||||
mumble
|
mumble
|
||||||
namcap
|
namcap
|
||||||
nano
|
nano
|
||||||
@ -228,7 +200,6 @@ neofetch
|
|||||||
neovim
|
neovim
|
||||||
networkmanager
|
networkmanager
|
||||||
network-manager-applet
|
network-manager-applet
|
||||||
nginx-mod-fancyindex
|
|
||||||
nmap
|
nmap
|
||||||
nomacs
|
nomacs
|
||||||
noto-fonts-cjk
|
noto-fonts-cjk
|
||||||
@ -237,17 +208,16 @@ noto-fonts-extra
|
|||||||
ntfs-3g
|
ntfs-3g
|
||||||
ntp
|
ntp
|
||||||
nvtop
|
nvtop
|
||||||
obs-studio
|
|
||||||
ocl-icd
|
|
||||||
odt2txt
|
odt2txt
|
||||||
opencc
|
|
||||||
opendesktop-fonts
|
opendesktop-fonts
|
||||||
openshot
|
openshot
|
||||||
|
openvpn
|
||||||
opustags
|
opustags
|
||||||
|
orca
|
||||||
overdue
|
overdue
|
||||||
|
p7zip
|
||||||
package-query
|
package-query
|
||||||
pacman-contrib
|
pacman
|
||||||
paman
|
|
||||||
papirus-icon-theme
|
papirus-icon-theme
|
||||||
patch
|
patch
|
||||||
pavucontrol
|
pavucontrol
|
||||||
@ -256,37 +226,29 @@ perl
|
|||||||
perl-image-exiftool
|
perl-image-exiftool
|
||||||
perl-rename
|
perl-rename
|
||||||
picard
|
picard
|
||||||
|
piper
|
||||||
pipewire-alsa
|
pipewire-alsa
|
||||||
pipewire-docs
|
|
||||||
pipewire-jack
|
pipewire-jack
|
||||||
pipewire-pulse
|
pipewire-pulse
|
||||||
pixman
|
|
||||||
pkgconf
|
pkgconf
|
||||||
pkgstats
|
pkgstats
|
||||||
playerctl
|
playerctl
|
||||||
playonlinux
|
playonlinux
|
||||||
polkit-gnome
|
polkit-gnome
|
||||||
postgresql-libs
|
postgresql-libs
|
||||||
|
power-profiles-daemon
|
||||||
|
powertop
|
||||||
procps-ng
|
procps-ng
|
||||||
psensor
|
psensor
|
||||||
psmisc
|
psmisc
|
||||||
pv
|
pv
|
||||||
pyside2
|
|
||||||
python
|
|
||||||
python-axolotl
|
python-axolotl
|
||||||
python-levenshtein
|
python-levenshtein
|
||||||
python-matplotlib
|
|
||||||
python-mutagen
|
|
||||||
python-pip
|
python-pip
|
||||||
python-pycryptodome
|
|
||||||
python-pyenchant
|
python-pyenchant
|
||||||
python-pylast
|
python-pylast
|
||||||
python-pynvim
|
python-pynvim
|
||||||
python-wxpython
|
|
||||||
qbittorrent
|
|
||||||
qt5ct
|
qt5ct
|
||||||
qt5-graphicaleffects
|
|
||||||
qt5-imageformats
|
|
||||||
quodlibet
|
quodlibet
|
||||||
ranger
|
ranger
|
||||||
rar
|
rar
|
||||||
@ -296,9 +258,7 @@ remmina
|
|||||||
retroarch
|
retroarch
|
||||||
retroarch-assets-xmb
|
retroarch-assets-xmb
|
||||||
rofi
|
rofi
|
||||||
rsnapshot
|
|
||||||
rsync
|
rsync
|
||||||
ruby-docs
|
|
||||||
samsung_magician-consumer-ssd
|
samsung_magician-consumer-ssd
|
||||||
seahorse
|
seahorse
|
||||||
sed
|
sed
|
||||||
@ -309,21 +269,19 @@ simple-scan
|
|||||||
slurp
|
slurp
|
||||||
smartmontools
|
smartmontools
|
||||||
s-nail
|
s-nail
|
||||||
sndio
|
|
||||||
ssh-audit
|
ssh-audit
|
||||||
sshpass
|
sshpass
|
||||||
stalonetray
|
stalonetray
|
||||||
steam
|
steam
|
||||||
steam-native-runtime
|
|
||||||
sudo
|
sudo
|
||||||
sway
|
sway
|
||||||
swaybg
|
|
||||||
swayidle
|
swayidle
|
||||||
swaylock
|
swaylock
|
||||||
syncplay
|
syncplay
|
||||||
syncthing
|
syncthing
|
||||||
syncthing-gtk
|
syncthing-gtk
|
||||||
sysfsutils
|
sysfsutils
|
||||||
|
systemd
|
||||||
systemd-sysvcompat
|
systemd-sysvcompat
|
||||||
systemd-ui
|
systemd-ui
|
||||||
tar
|
tar
|
||||||
@ -331,7 +289,6 @@ telegram-desktop
|
|||||||
texinfo
|
texinfo
|
||||||
texlive-basic
|
texlive-basic
|
||||||
texlive-bibtexextra
|
texlive-bibtexextra
|
||||||
texlive-bin
|
|
||||||
texlive-fontsextra
|
texlive-fontsextra
|
||||||
texlive-formatsextra
|
texlive-formatsextra
|
||||||
texlive-games
|
texlive-games
|
||||||
@ -342,7 +299,6 @@ texlive-music
|
|||||||
texlive-pictures
|
texlive-pictures
|
||||||
texlive-pstricks
|
texlive-pstricks
|
||||||
texlive-publishers
|
texlive-publishers
|
||||||
tlp
|
|
||||||
tmux
|
tmux
|
||||||
traceroute
|
traceroute
|
||||||
trash-cli
|
trash-cli
|
||||||
@ -350,7 +306,6 @@ tree
|
|||||||
ttf-dejavu
|
ttf-dejavu
|
||||||
ttf-ibm-plex
|
ttf-ibm-plex
|
||||||
ttf-joypixels
|
ttf-joypixels
|
||||||
ttf-liberation
|
|
||||||
ttf-ms-fonts
|
ttf-ms-fonts
|
||||||
ttf-opensans
|
ttf-opensans
|
||||||
ttf-symbola-free
|
ttf-symbola-free
|
||||||
@ -369,14 +324,12 @@ vulkan-mesa-layers
|
|||||||
vulkan-radeon
|
vulkan-radeon
|
||||||
vulkan-tools
|
vulkan-tools
|
||||||
w3m
|
w3m
|
||||||
wakeonlan
|
|
||||||
waybar
|
waybar
|
||||||
wayland-utils
|
wayland-utils
|
||||||
wayvnc
|
wayvnc
|
||||||
wd719x-firmware
|
wd719x-firmware
|
||||||
wdisplays
|
wdisplays
|
||||||
wf-recorder
|
wf-recorder
|
||||||
wget
|
|
||||||
which
|
which
|
||||||
wine-staging
|
wine-staging
|
||||||
winetricks
|
winetricks
|
||||||
@ -385,9 +338,8 @@ wl-clipboard
|
|||||||
wol
|
wol
|
||||||
wpa_supplicant
|
wpa_supplicant
|
||||||
xclip
|
xclip
|
||||||
xdg-desktop-portal
|
xdg-desktop-portal-gnome
|
||||||
xdg-desktop-portal-wlr
|
xdg-desktop-portal-wlr
|
||||||
xf86-input-wacom
|
|
||||||
xf86-video-amdgpu
|
xf86-video-amdgpu
|
||||||
xfsprogs
|
xfsprogs
|
||||||
xorg-xdpyinfo
|
xorg-xdpyinfo
|
||||||
@ -397,6 +349,4 @@ xorg-xwayland
|
|||||||
xsel
|
xsel
|
||||||
xterm
|
xterm
|
||||||
yay-bin
|
yay-bin
|
||||||
youtube-dl-git
|
|
||||||
yt-dlp
|
yt-dlp
|
||||||
zimg
|
|
||||||
|
Loading…
Reference in New Issue
Block a user