diff --git a/dotfiles/Xresources b/dotfiles/Xresources index cc0bfe9..b352641 100644 --- a/dotfiles/Xresources +++ b/dotfiles/Xresources @@ -18,7 +18,7 @@ XTerm.vt100.faceName: xft:Inconsolata:antialias=true XTerm.vt100.faceSize: 12 {%@@ endif @@%} {%@@ if profile == "laptop" @@%} -XTerm.vt100.faceSize: 14 +XTerm.vt100.faceSize: 13 {%@@ endif @@%} ! Remove Scrollbar diff --git a/dotfiles/i3_config b/dotfiles/i3_config index 03ed736..dad4957 100644 --- a/dotfiles/i3_config +++ b/dotfiles/i3_config @@ -217,8 +217,6 @@ bindsym --release $mod+Shift+p exec"import ~/Screenshot-$(date '+%Y%m%d-%H%M%S') bindsym XF86MonBrightnessUp exec xbacklight -inc 20 # increase screen brightness bindsym XF86MonBrightnessDown exec xbacklight -dec 20 # decrease screen brightness -# Wallpaper -exec --no-startup-id feh --bg-scale ~/.wallpaper/wallpaper.png # Background exec --no-startup-id picom @@ -226,7 +224,10 @@ exec --no-startup-id picom # PC specific configurations: {%@@ if profile == "work" @@%} # Locking -bindsym $mod+Shift+b exec "xlock -mode blank -startCmd /share/bin/isweg -endCmd /share/bin/isda" +bindsym $mod+Shift+b exec "xlock -mode matrix -startCmd /share/bin/isweg -endCmd /share/bin/isda -bg '#6843bf' -info ''" + +# Wallpaper +exec --no-startup-id feh --bg-scale ~/.wallpaper/wallpaper_genuaW.png # Custom Workspaces exec --no-startup-id "xterm" @@ -250,7 +251,11 @@ bindsym $mod+Ctrl+2 move workspace to output $monitor2 {%@@ if profile == "laptop" @@%} # Locking -bindsym $mod+Shift+b exec "xlock -mode matrix" +bindsym $mod+Shift+b exec "xlock -mode matrix -info ''" + +# Wallpaper +exec --no-startup-id feh --bg-scale ~/.wallpaper/wallpaper.png + # Custom Workspaces exec --no-startup-id "firefox" diff --git a/dotfiles/picom.conf b/dotfiles/picom.conf index 3fd3f48..81625e7 100644 --- a/dotfiles/picom.conf +++ b/dotfiles/picom.conf @@ -13,5 +13,5 @@ inactive-opacity = 1.0; blur-background = false; blur-background-fixed = false; -inactive-dim = 0.10; +inactive-dim = 0.0; inactive-dim-fixed = true; diff --git a/dotfiles/wallpaper/wallpaper_genuaW.png b/dotfiles/wallpaper/wallpaper_genuaW.png new file mode 100644 index 0000000..6673637 Binary files /dev/null and b/dotfiles/wallpaper/wallpaper_genuaW.png differ