Change xlock

This commit is contained in:
Marco Thomas
2020-02-14 16:37:22 +01:00
parent a25224b999
commit 653a1ba555
4 changed files with 11 additions and 6 deletions

View File

@@ -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

View File

@@ -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"

View File

@@ -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;

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB