From e70738b041ed7d662c112fbc162cd83be23591f2 Mon Sep 17 00:00:00 2001 From: Benjamin Kyd Date: Fri, 17 Feb 2023 12:23:40 +0000 Subject: [PATCH] hm --- arch.os | 2 +- common/.config/flameshot/flameshot.ini | 1 + common/.i3/config | 2 ++ laptop/.config/i3blocks/config | 8 ++++---- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/arch.os b/arch.os index c4fe34f..86935a8 100755 --- a/arch.os +++ b/arch.os @@ -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 diff --git a/common/.config/flameshot/flameshot.ini b/common/.config/flameshot/flameshot.ini index 2734d31..33d477f 100644 --- a/common/.config/flameshot/flameshot.ini +++ b/common/.config/flameshot/flameshot.ini @@ -1,2 +1,3 @@ [General] +savePath=/home/benk/pictures uploadWithoutConfirmation=true diff --git a/common/.i3/config b/common/.i3/config index ba08a61..373359f 100644 --- a/common/.i3/config +++ b/common/.i3/config @@ -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 diff --git a/laptop/.config/i3blocks/config b/laptop/.config/i3blocks/config index 1e7c853..1e5036a 100644 --- a/laptop/.config/i3blocks/config +++ b/laptop/.config/i3blocks/config @@ -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