瀏覽代碼

Update i3 background and add boxu command #fishshell

Colin Powell 6 年之前
父節點
當前提交
24e22170fb
共有 3 個文件被更改,包括 13 次插入10 次删除
  1. 3 0
      fish/.config/fish/functions/boxu.fish
  2. 二進制
      i3/.config/i3/background.png
  3. 10 10
      i3/.config/i3/config

+ 3 - 0
fish/.config/fish/functions/boxu.fish

@@ -0,0 +1,3 @@
+function boxu
+	ssh -t root@box.onec.me "apt upgrade -y"
+end

二進制
i3/.config/i3/background.png


+ 10 - 10
i3/.config/i3/config

@@ -30,13 +30,13 @@ font pango:DejaVu Sans Mono 8
 
 # Use Mouse+$mod to drag floating windows to their wanted position
 floating_modifier $mod
-exec feh --bg-scale /usr/share/backgrounds/Cuttlefish Wallpaper Grey 4096x2304.png
+exec feh --bg-scale ~/.config/i3/background.png
 
 #exec --no-startup-id betterlockscreen -w
 #exec --no-startup-id fish /home/aria/tmuxify.sh
 #bindsym $mod+shift+x exec --no-startup-id betterlockscreen -l dimblur
 # binds
-bindsym $mod+Return exec --no-startup-id alacritty
+bindsym $mod+Return exec --no-startup-id kitty
 bindsym $mod+a exec --no-startup-id fish -c emacs
 bindsym $mod+e exec --no-startup-id fish -c rofimoji
 bindsym $mod+p exec --no-startup-id fish -c "i3-quickterm shell"
@@ -182,14 +182,14 @@ bindsym $mod+r mode "resize"
 #exec_always --no-startup-id ~/.config/i3/polybar.sh
 exec --no-startup-id compton &
 
-gaps inner 5
-gaps outer 5
-gaps horizontal 5
-gaps vertical 5
-gaps top 5
-gaps right 5
-gaps bottom 5
-gaps left 5
+gaps inner 3
+gaps outer 3
+gaps horizontal 3
+gaps vertical 3
+gaps top 3
+gaps right 3
+gaps bottom 3
+gaps left 3
 
 # Global gaps size
 # gaps inner 10 gaps outer 15