fix: trailing commas, explicitly installed pkgs list
This commit is contained in:
@@ -4,134 +4,134 @@
|
|||||||
"padding": {
|
"padding": {
|
||||||
"top": 2,
|
"top": 2,
|
||||||
"left": 1,
|
"left": 1,
|
||||||
"right": 2,
|
"right": 2
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
"display": {
|
"display": {
|
||||||
"separator": " ",
|
"separator": " "
|
||||||
},
|
},
|
||||||
"modules": [
|
"modules": [
|
||||||
// Title
|
// Title
|
||||||
{
|
{
|
||||||
"type": "title",
|
"type": "title",
|
||||||
"format": "{#1}╭───────────── {#}{user-name-colored}",
|
"format": "{#1}╭───────────── {#}{user-name-colored}"
|
||||||
},
|
},
|
||||||
// System Information
|
// System Information
|
||||||
{
|
{
|
||||||
"type": "custom",
|
"type": "custom",
|
||||||
"format": "{#1}│ {#}System Information",
|
"format": "{#1}│ {#}System Information"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "os",
|
"type": "os",
|
||||||
"key": "{#separator}│ {#keys} OS",
|
"key": "{#separator}│ {#keys} OS"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "kernel",
|
"type": "kernel",
|
||||||
"key": "{#separator}│ {#keys} Kernel",
|
"key": "{#separator}│ {#keys} Kernel"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "uptime",
|
"type": "uptime",
|
||||||
"key": "{#separator}│ {#keys} Uptime",
|
"key": "{#separator}│ {#keys} Uptime"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "packages",
|
"type": "packages",
|
||||||
"key": "{#separator}│ {#keys} Packages",
|
"key": "{#separator}│ {#keys} Packages",
|
||||||
"format": "{all}",
|
"format": "{all}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "custom",
|
"type": "custom",
|
||||||
"format": "{#1}│",
|
"format": "{#1}│"
|
||||||
},
|
},
|
||||||
// Desktop Environment
|
// Desktop Environment
|
||||||
{
|
{
|
||||||
"type": "custom",
|
"type": "custom",
|
||||||
"format": "{#1}│ {#}Desktop Environment",
|
"format": "{#1}│ {#}Desktop Environment"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "de",
|
"type": "de",
|
||||||
"key": "{#separator}│ {#keys} DE",
|
"key": "{#separator}│ {#keys} DE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "wm",
|
"type": "wm",
|
||||||
"key": "{#separator}│ {#keys} WM",
|
"key": "{#separator}│ {#keys} WM"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "wmtheme",
|
"type": "wmtheme",
|
||||||
"key": "{#separator}│ {#keys} Theme",
|
"key": "{#separator}│ {#keys} Theme"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "display",
|
"type": "display",
|
||||||
"key": "{#separator}│ {#keys} Resolution",
|
"key": "{#separator}│ {#keys} Resolution"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"key": "{#separator}│ {#keys} Shell",
|
"key": "{#separator}│ {#keys} Shell"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "terminalfont",
|
"type": "terminalfont",
|
||||||
"key": "{#separator}│ {#keys} Font",
|
"key": "{#separator}│ {#keys} Font"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "custom",
|
"type": "custom",
|
||||||
"format": "{#1}│",
|
"format": "{#1}│"
|
||||||
},
|
},
|
||||||
// Hardware Information
|
// Hardware Information
|
||||||
{
|
{
|
||||||
"type": "custom",
|
"type": "custom",
|
||||||
"format": "{#1}│ {#}Hardware Information",
|
"format": "{#1}│ {#}Hardware Information"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "cpu",
|
"type": "cpu",
|
||||||
"key": "{#separator}│ {#keys} CPU",
|
"key": "{#separator}│ {#keys} CPU"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "gpu",
|
"type": "gpu",
|
||||||
"key": "{#separator}│ {#keys} GPU",
|
"key": "{#separator}│ {#keys} GPU"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "memory",
|
"type": "memory",
|
||||||
"key": "{#separator}│ {#keys} Memory",
|
"key": "{#separator}│ {#keys} Memory"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "disk",
|
"type": "disk",
|
||||||
"key": "{#separator}│ {#keys} Disk (/)",
|
"key": "{#separator}│ {#keys} Disk (/)",
|
||||||
"folders": "/",
|
"folders": "/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "custom",
|
"type": "custom",
|
||||||
"format": "{#1}│",
|
"format": "{#1}│"
|
||||||
},
|
},
|
||||||
// Network
|
// Network
|
||||||
{
|
{
|
||||||
"type": "custom",
|
"type": "custom",
|
||||||
"format": "{#1}│ {#}Network",
|
"format": "{#1}│ {#}Network"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "wifi",
|
"type": "wifi",
|
||||||
"key": "{#separator}│ {#keys}⮃ WiFi",
|
"key": "{#separator}│ {#keys}⮃ WiFi"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "dns",
|
"type": "dns",
|
||||||
"key": "{#separator}│ {#keys}🖧 DNS",
|
"key": "{#separator}│ {#keys}🖧 DNS"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "localip",
|
"type": "localip",
|
||||||
"key": "{#separator}│ {#keys}⍰ IP",
|
"key": "{#separator}│ {#keys}⍰ IP"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "custom",
|
"type": "custom",
|
||||||
"format": "{#1}│",
|
"format": "{#1}│"
|
||||||
},
|
},
|
||||||
// Colors
|
// Colors
|
||||||
{
|
{
|
||||||
"type": "colors",
|
"type": "colors",
|
||||||
"key": "{#separator}│",
|
"key": "{#separator}│",
|
||||||
"symbol": "circle",
|
"symbol": "circle"
|
||||||
},
|
},
|
||||||
// Footer
|
// Footer
|
||||||
{
|
{
|
||||||
"type": "custom",
|
"type": "custom",
|
||||||
"format": "{#1}╰───────────────────────────────╯",
|
"format": "{#1}╰───────────────────────────────╯"
|
||||||
},
|
}
|
||||||
],
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
+313
@@ -0,0 +1,313 @@
|
|||||||
|
7zip
|
||||||
|
accountsservice
|
||||||
|
act
|
||||||
|
adobe-source-code-pro-fonts
|
||||||
|
alacritty
|
||||||
|
alvr-bin
|
||||||
|
android-studio
|
||||||
|
android-tools
|
||||||
|
android-udev
|
||||||
|
ark
|
||||||
|
asmfmt
|
||||||
|
audacity
|
||||||
|
aylurs-gtk-shell
|
||||||
|
base
|
||||||
|
base-devel
|
||||||
|
bash-language-server
|
||||||
|
bashtop
|
||||||
|
betaflight-configurator-bin
|
||||||
|
biber
|
||||||
|
bind
|
||||||
|
blender-benchmark
|
||||||
|
bluetui
|
||||||
|
bluez
|
||||||
|
brave-bin
|
||||||
|
breeze-icons
|
||||||
|
bridge-utils
|
||||||
|
brightnessctl
|
||||||
|
bs-manager-git
|
||||||
|
chromium
|
||||||
|
clamav
|
||||||
|
clang
|
||||||
|
cliphist
|
||||||
|
cloc
|
||||||
|
composer
|
||||||
|
cpupower
|
||||||
|
cronie
|
||||||
|
cups
|
||||||
|
decman
|
||||||
|
dnsmasq
|
||||||
|
docker
|
||||||
|
docker-buildx
|
||||||
|
docker-compose
|
||||||
|
docker-language-server
|
||||||
|
dpkg
|
||||||
|
easyeffects
|
||||||
|
easytax-ag-2022
|
||||||
|
easytax-ag-2023
|
||||||
|
easytax-ag-2024
|
||||||
|
efibootmgr
|
||||||
|
eslint_d
|
||||||
|
evince
|
||||||
|
expac
|
||||||
|
fastfetch
|
||||||
|
fd
|
||||||
|
ffmpeg
|
||||||
|
ffmpegthumbnailer
|
||||||
|
filezilla
|
||||||
|
fish
|
||||||
|
foomatic-db
|
||||||
|
foomatic-db-engine
|
||||||
|
foomatic-db-ppds
|
||||||
|
fractal
|
||||||
|
fragments
|
||||||
|
fzf
|
||||||
|
gamemode
|
||||||
|
gamescope
|
||||||
|
gdu
|
||||||
|
ghcup-hs-bin
|
||||||
|
ghex
|
||||||
|
gimp
|
||||||
|
git
|
||||||
|
git-credential-manager-bin
|
||||||
|
git-lfs
|
||||||
|
glances
|
||||||
|
gnome-characters
|
||||||
|
gnome-disk-utility
|
||||||
|
gnome-font-viewer
|
||||||
|
gnome-keyring
|
||||||
|
gnome-tweaks
|
||||||
|
gparted
|
||||||
|
gradia
|
||||||
|
gradle
|
||||||
|
greetd
|
||||||
|
greetd-tuigreet
|
||||||
|
grimblast-git
|
||||||
|
grub
|
||||||
|
gst-plugin-pipewire
|
||||||
|
gwenview
|
||||||
|
handbrake
|
||||||
|
helm
|
||||||
|
heroic-games-launcher-bin
|
||||||
|
hid-tmff2-dkms-git
|
||||||
|
hip-runtime-amd
|
||||||
|
hugo
|
||||||
|
hypridle
|
||||||
|
hyprland
|
||||||
|
hyprland-guiutils
|
||||||
|
hyprlock
|
||||||
|
ifuse
|
||||||
|
inkscape
|
||||||
|
inter-font
|
||||||
|
iozone
|
||||||
|
iptables
|
||||||
|
jdk17-openjdk
|
||||||
|
jstest-gtk-git
|
||||||
|
julia
|
||||||
|
junit
|
||||||
|
kate
|
||||||
|
kdenlive
|
||||||
|
kdoctools5-debug
|
||||||
|
kitty
|
||||||
|
kotlin
|
||||||
|
ktorrent
|
||||||
|
kubectl
|
||||||
|
kvantum
|
||||||
|
kvantum-qt5
|
||||||
|
lazygit
|
||||||
|
lib32-gnutls
|
||||||
|
libastal-gjs-git
|
||||||
|
libdvdcss
|
||||||
|
libguestfs
|
||||||
|
libimobiledevice-git
|
||||||
|
libimobiledevice-glue-git
|
||||||
|
libnick
|
||||||
|
librewolf-bin
|
||||||
|
linux
|
||||||
|
linux-firmware
|
||||||
|
linux-headers
|
||||||
|
lovr
|
||||||
|
lsp-plugins
|
||||||
|
lua-filesystem
|
||||||
|
lua-language-server
|
||||||
|
luarocks
|
||||||
|
lxappearance
|
||||||
|
man-db
|
||||||
|
man-pages
|
||||||
|
mangohud
|
||||||
|
mariadb
|
||||||
|
marksman
|
||||||
|
maven
|
||||||
|
mediainfo
|
||||||
|
meld
|
||||||
|
mesa
|
||||||
|
mesa-utils
|
||||||
|
minisign
|
||||||
|
mpv
|
||||||
|
nano
|
||||||
|
neovim
|
||||||
|
network-manager-applet
|
||||||
|
networkmanager
|
||||||
|
networkmanager-openconnect
|
||||||
|
nextcloud-client
|
||||||
|
nmap
|
||||||
|
noto-fonts
|
||||||
|
noto-fonts-emoji
|
||||||
|
npm
|
||||||
|
nvimpager
|
||||||
|
nwg-icon-picker
|
||||||
|
nwg-look
|
||||||
|
obs-studio
|
||||||
|
okular
|
||||||
|
opencl-headers
|
||||||
|
openconnect
|
||||||
|
openrgb
|
||||||
|
os-prober
|
||||||
|
otf-firamono-nerd
|
||||||
|
otf-sora
|
||||||
|
ouch
|
||||||
|
oversteer
|
||||||
|
pamixer
|
||||||
|
pandoc-cli
|
||||||
|
parabolic
|
||||||
|
pavucontrol
|
||||||
|
perl-file-homedir
|
||||||
|
perl-yaml-tiny
|
||||||
|
php
|
||||||
|
phpactor
|
||||||
|
piper
|
||||||
|
pipewire-alsa
|
||||||
|
pipewire-pulse
|
||||||
|
playerctl
|
||||||
|
plymouth
|
||||||
|
polkit-gnome
|
||||||
|
polkit-kde-agent
|
||||||
|
postgresql
|
||||||
|
power-profiles-daemon
|
||||||
|
powertop
|
||||||
|
prettier
|
||||||
|
print-manager
|
||||||
|
prismlauncher
|
||||||
|
protontricks-git
|
||||||
|
protonup-git
|
||||||
|
psensor
|
||||||
|
pyright
|
||||||
|
python-argcomplete
|
||||||
|
python-babel
|
||||||
|
python-black
|
||||||
|
python-click
|
||||||
|
python-pip
|
||||||
|
python-pygments
|
||||||
|
python-pynvim
|
||||||
|
python-pytest
|
||||||
|
python-rich
|
||||||
|
python-sympy
|
||||||
|
python-uv
|
||||||
|
python-vdf
|
||||||
|
qalculate-qt
|
||||||
|
qemu-base
|
||||||
|
qt5-wayland
|
||||||
|
qt5ct
|
||||||
|
qt6ct
|
||||||
|
qutebrowser
|
||||||
|
reflector
|
||||||
|
resvg
|
||||||
|
ripgrep
|
||||||
|
rocm-hip-runtime
|
||||||
|
rocm-opencl-runtime
|
||||||
|
rofi
|
||||||
|
rofi-power-menu
|
||||||
|
rpm-tools
|
||||||
|
ruby
|
||||||
|
rustup
|
||||||
|
sad
|
||||||
|
samba
|
||||||
|
sane-airscan
|
||||||
|
seahorse
|
||||||
|
serpl
|
||||||
|
shairport-sync
|
||||||
|
shell-color-scripts-git
|
||||||
|
shfmt
|
||||||
|
shotcut
|
||||||
|
simple-scan
|
||||||
|
skanpage
|
||||||
|
smartmontools
|
||||||
|
steam
|
||||||
|
stylua
|
||||||
|
sudo
|
||||||
|
supertuxkart
|
||||||
|
swaybg
|
||||||
|
sysstat
|
||||||
|
systemd-resolvconf
|
||||||
|
terminator
|
||||||
|
texlab
|
||||||
|
texlive-basic
|
||||||
|
texlive-bibtexextra
|
||||||
|
texlive-binextra
|
||||||
|
texlive-context
|
||||||
|
texlive-fontsextra
|
||||||
|
texlive-fontsrecommended
|
||||||
|
texlive-fontutils
|
||||||
|
texlive-formatsextra
|
||||||
|
texlive-games
|
||||||
|
texlive-humanities
|
||||||
|
texlive-langgerman
|
||||||
|
texlive-latex
|
||||||
|
texlive-latexextra
|
||||||
|
texlive-latexrecommended
|
||||||
|
texlive-luatex
|
||||||
|
texlive-mathscience
|
||||||
|
texlive-metapost
|
||||||
|
texlive-music
|
||||||
|
texlive-pictures
|
||||||
|
texlive-plaingeneric
|
||||||
|
texlive-pstricks
|
||||||
|
texlive-publishers
|
||||||
|
texlive-xetex
|
||||||
|
thunar
|
||||||
|
thunderbird
|
||||||
|
tk
|
||||||
|
tldr
|
||||||
|
trash-cli
|
||||||
|
tree
|
||||||
|
tree-sitter-cli
|
||||||
|
ttf-comfortaa
|
||||||
|
ttf-fantasque-nerd
|
||||||
|
ttf-fluentui-system-icons
|
||||||
|
ttf-icomoon-feather
|
||||||
|
ttf-iosevka-nerd
|
||||||
|
ttf-jetbrains-mono-nerd
|
||||||
|
ttf-nerd-fonts-symbols-common
|
||||||
|
typescript-language-server
|
||||||
|
unzip
|
||||||
|
usbmuxd-git
|
||||||
|
uxplay
|
||||||
|
v4l2loopback-dkms
|
||||||
|
valgrind
|
||||||
|
vde2
|
||||||
|
vesktop-bin
|
||||||
|
vimiv
|
||||||
|
virt-manager
|
||||||
|
virt-viewer
|
||||||
|
vlc
|
||||||
|
vlc-plugin-ffmpeg
|
||||||
|
wev
|
||||||
|
wget
|
||||||
|
wine
|
||||||
|
winetricks
|
||||||
|
wireguard-tools
|
||||||
|
wl-clipboard
|
||||||
|
wlogout
|
||||||
|
xclip
|
||||||
|
xdg-desktop-portal-hyprland
|
||||||
|
xdg-desktop-portal-termfilechooser-hunkyburrito-git
|
||||||
|
xfdesktop
|
||||||
|
xorg-xcursorgen
|
||||||
|
y-cruncher
|
||||||
|
yarn
|
||||||
|
yay
|
||||||
|
yazi
|
||||||
|
zathura
|
||||||
|
zathura-pdf-poppler
|
||||||
|
zip
|
||||||
|
zoxide
|
||||||
Reference in New Issue
Block a user