diff --git a/.config/aliasrc b/.config/aliasrc index 43f75151..38906b0b 100644 --- a/.config/aliasrc +++ b/.config/aliasrc @@ -16,7 +16,7 @@ alias \ # Colorize commands when possible. alias \ - ls="ls --all --literal -l --human-readable --color=auto --group-directories-first" \ + ls="ls --literal -l --human-readable --color=auto --group-directories-first" \ grep="grep -n --color=auto" \ diff="diff --color=auto" \ ccat="highlight --out-format=ansi" diff --git a/.config/assets/lockscreen.png b/.config/assets/lockscreen.png new file mode 100644 index 00000000..8462bd10 Binary files /dev/null and b/.config/assets/lockscreen.png differ diff --git a/.config/wall.png b/.config/assets/wallpaper.png similarity index 100% rename from .config/wall.png rename to .config/assets/wallpaper.png diff --git a/.config/directories b/.config/directories index 38613693..6ce17ab1 100644 --- a/.config/directories +++ b/.config/directories @@ -3,8 +3,7 @@ cf ~/.config d ~/downloads gh ~/github h ~/ -m ~/music mn /mnt +psc ~/.local/bin/polybar_scripts pp ~/pictures sc ~/.local/bin -vv ~/videos diff --git a/.config/i3/config b/.config/i3/config index 7adb3d6a..5824756c 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -1,5 +1,4 @@ # vim: filetype=i3 -# File originally by Luke Smith # This config file will use environmental variables such as $BROWSER and $TERMINAL. # You can set these variables in ~/.profile or ~/.bash_profile if you have it as below: @@ -9,8 +8,8 @@ exec_always --no-startup-id launch_polybar # #---Basic Definitions---# # for_window [class="^.*"] border pixel 2 -gaps inner 5 -gaps outer 5 +gaps inner 2 +gaps outer 2 set $term --no-startup-id $TERMINAL set $mod Mod4 @@ -90,7 +89,6 @@ bindsym $mod+Ctrl+l move workspace to output right bindsym $mod+z gaps outer current plus 5 bindsym $mod+Shift+z gaps outer current minus 5 -bindsym $mod+b bar mode toggle bindsym $mod+Shift+b floating toggle; sticky toggle; exec --no-startup-id hover left bindsym $mod+Shift+n floating toggle; sticky toggle; exec --no-startup-id hover right diff --git a/.config/polybar/config b/.config/polybar/config index 1899b86f..d889833a 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -55,17 +55,19 @@ wm-restack = i3 modules-left = i3 modules-center = xwindow -modules-right = arch-updates cpu memory volume wifi ethernet battery date +modules-right = sys_updates cpu memory volume wifi ethernet battery date tray-position = right tray-padding = 0 -[module/arch-updates] +[module/sys_updates] type = custom/script exec = ~/.local/bin/polybar_scripts/aur_updates -format = %{u#ff0000}%{+u}<