This commit is contained in:
Benjamin Kyd
2023-02-17 12:23:40 +00:00
parent 3bf62747d9
commit e70738b041
4 changed files with 8 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ yay -S neovim-git nvm kitty ranger ripgrep zsh curl
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# Manjaro/i3 visuals with Yay
yay -S ttf-twemoji xotf-nerd-fonts-monacob-mono xidlehook sysstat i3blocks mpris-ctl flameshot perl rofi
yay -S ttf-twemoji xotf-nerd-fonts-monacob-mono xidlehook sysstat i3blocks mpris-ctl flameshot perl rofi alternating-layouts-git
mkdir -p ~/.local/share/fonts
cd ~/.local/share/fonts

View File

@@ -1,2 +1,3 @@
[General]
savePath=/home/benk/pictures
uploadWithoutConfirmation=true

View File

@@ -117,6 +117,8 @@ bindsym $mod+Shift+b move container to workspace back_and_forth; workspace back_
bindsym $mod+h split h;exec notify-send 'tile horizontally'
bindsym $mod+v split v;exec notify-send 'tile vertically'
bindsym $mod+q split toggle
# This is for the i3-alternating-layout package
exec --no-startup-id alternating_layouts.py
# toggle fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle

View File

@@ -8,16 +8,16 @@ command=df -h / | awk '/\//{ printf(" 💾 %sB \n", $4) }'
interval=10
color=#C9E3DB
[BATTERY]
command=~/.config/i3blocks/battery/battery_info.sh
interval=2
[CPU]
full_text= CPU: 0.00% @ +00.0°C
command=~/.config/i3blocks/cpu/cpu_info.sh
interval=2
color=#0071C5
[BATTERY]
command=~/.config/i3blocks/battery/battery_info.sh
interval=2
[MEM]
command=free -h | awk '/Mem:/ { printf(" %5s/%s \n", $3, $2) }'
interval=5