Updates
This commit is contained in:
parent
53d13c6c30
commit
670097639c
1
.bashrc
1
.bashrc
@ -26,6 +26,7 @@ alias t='sudo timeshift --list'
|
|||||||
alias ts='~/dotfiles/scripts/snapshot.sh'
|
alias ts='~/dotfiles/scripts/snapshot.sh'
|
||||||
alias matrix='cmatrix'
|
alias matrix='cmatrix'
|
||||||
alias screenshot='scrot'
|
alias screenshot='scrot'
|
||||||
|
alias cat='bat'
|
||||||
|
|
||||||
# GIT
|
# GIT
|
||||||
alias gs="git status"
|
alias gs="git status"
|
||||||
|
@ -18,13 +18,13 @@ echo "START INSTALLATION..."
|
|||||||
# Install required packages
|
# Install required packages
|
||||||
# ------------------------------------------------------
|
# ------------------------------------------------------
|
||||||
echo "-> Install main packages"
|
echo "-> Install main packages"
|
||||||
sudo pacman -S alacritty scrot nitrogen picom starship chromium slock neomutt neovim rofi dunst ueberzug mpv freerdp spotifyd xfce4-power-manager python-pip thunar mousepad lxappearance papirus-icon-theme ttf-font-awesome ttf-fira-sans ttf-fira-code ttf-firacode-nerd figlet cmatrix qalculate-gtk adapta-gtk-theme terminator
|
sudo pacman -S alacritty scrot nitrogen picom starship slock neomutt neovim rofi dunst ueberzug mpv freerdp spotifyd xfce4-power-manager python-pip thunar mousepad lxappearance papirus-icon-theme ttf-font-awesome ttf-fira-sans ttf-fira-code ttf-firacode-nerd figlet cmatrix qalculate-gtk adapta-gtk-theme terminator
|
||||||
|
|
||||||
# ------------------------------------------------------
|
# ------------------------------------------------------
|
||||||
# Install required packages
|
# Install required packages
|
||||||
# ------------------------------------------------------
|
# ------------------------------------------------------
|
||||||
echo "-> Install AUR packages"
|
echo "-> Install AUR packages"
|
||||||
yay -S pywal timeshift tela-circle-icon-theme-orange
|
yay -S brave-bin pywal timeshift tela-circle-icon-theme-orange
|
||||||
|
|
||||||
# ------------------------------------------------------
|
# ------------------------------------------------------
|
||||||
# Install Pip packages
|
# Install Pip packages
|
||||||
|
Binary file not shown.
@ -73,8 +73,8 @@ platform = int(os.popen("cat /sys/class/dmi/id/chassis_type").read())
|
|||||||
# Set default apps
|
# Set default apps
|
||||||
# --------------------------------------------------------
|
# --------------------------------------------------------
|
||||||
|
|
||||||
terminal = guess_terminal(terminal)
|
# terminal = guess_terminal(terminal)
|
||||||
browser = "chromium"
|
browser = "brave"
|
||||||
|
|
||||||
# --------------------------------------------------------
|
# --------------------------------------------------------
|
||||||
# KEYBINDINGS
|
# KEYBINDINGS
|
||||||
@ -262,6 +262,18 @@ widget_list = [
|
|||||||
text='|',
|
text='|',
|
||||||
foreground=ColorC,
|
foreground=ColorC,
|
||||||
),
|
),
|
||||||
|
widget.Memory(
|
||||||
|
measure_mem='G',
|
||||||
|
format="{MemUsed:.0f}{mm} ({MemTotal:.0f}{mm})"
|
||||||
|
),
|
||||||
|
widget.DF(
|
||||||
|
visible_on_warn=False,
|
||||||
|
format="{p} {uf}{m} ({r:.0f}%)"
|
||||||
|
),
|
||||||
|
widget.TextBox(
|
||||||
|
text='|',
|
||||||
|
foreground=ColorC,
|
||||||
|
),
|
||||||
widget.Battery(),
|
widget.Battery(),
|
||||||
widget.TextBox(
|
widget.TextBox(
|
||||||
text='|',
|
text='|',
|
||||||
@ -283,7 +295,7 @@ widget_list = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
if (platform == 3):
|
if (platform == 3):
|
||||||
del widget_list[7:9]
|
del widget_list[10:12]
|
||||||
|
|
||||||
# --------------------------------------------------------
|
# --------------------------------------------------------
|
||||||
# Screens
|
# Screens
|
||||||
|
Loading…
Reference in New Issue
Block a user