TROMjaro 2023.06.04

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

@ -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

@ -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.