TROMjaro 2023.06.04

This commit is contained in:
Tio TROM 2023-06-04 23:21:15 +02:00
parent 42fc3a0f25
commit 803e1364ef
6 changed files with 26 additions and 31 deletions

View File

@ -15,6 +15,7 @@ chaotic-mirrorlist
powerpill
#Main apps
tblock-gui
firefox
g4music
warp
@ -146,6 +147,8 @@ emote
davfs2
fprintd
tesseract-data-eng
xdg-desktop-portal-gtk
## Network

View File

@ -1,12 +1,19 @@
btrfs-assistant
calamares
clonezilla
gparted
gsmartcontrol
#manjaro-architect
manjaro-live-skel
manjaro-live-systemd
manjaro-rescue
mkinitcpio-nfs-utils
nbd
clonezilla
snapper-gui
timeshift
virtualbox-guest-utils
#TROM
tromjaro-calamares-theme
grub-theme-live-common

View File

@ -7,12 +7,12 @@
KERNEL-bbswitch
KERNEL-broadcom-wl
#KERNEL-r8168
KERNEL-zfs
zfs-utils
#KERNEL-zfs
#zfs-utils
#KERNEL-rt3562sta
#KERNEL-virtualbox-guest-modules
KERNEL-headers
zfs-dkms
#zfs-dkms
libva-intel-driver
libva-mesa-driver
libva-vdpau-driver

View File

@ -1,30 +1,5 @@
# Base
bash
bzip2
coreutils
file
filesystem
findutils
gawk
gcc-libs
gettext
glibc
grep
gzip
iproute2
iputils
licenses
pacman
pciutils
procps-ng
psmisc
sed
shadow
systemd
systemd-sysvcompat
tar
util-linux
xz
base
# Manjaro
>multilib gcc-libs-multilib

View File

@ -0,0 +1,10 @@
[Desktop Entry]
Name=Internet Content Blocker
Comment=Systemwide ads/trackers blocker
Exec=/usr/bin/tblockg
Icon=tblock
Terminal=false
Type=Application
Categories=Settings;System;X-XFCE-SettingsDialog;X-XFCE-SystemSettings;
Path=
StartupNotify=false

View File

@ -5,7 +5,7 @@
autoload -U colors && colors # Load colors
# Maia prompt
PROMPT="%B%{$fg[cyan]%}%(4~|%-1~/.../%2~|%~)%u%b >%{$fg[cyan]%}>%B%(?.%{$fg[cyan]%}.%{$fg[red]%})>%{$reset_color%}%b "
RPROMPT="%{$fg[red]%} %(?..[%?])"
RPROMPT="%{$fg[red]%} %(?..[%?])%{$reset_color%}"
setopt autocd # Automatically cd into typed directory.
stty stop undef # Disable ctrl-s to freeze terminal.