add screen lock to hyprland config, change color of waybar widget border

master
Alex 2022-11-18 23:30:51 -06:00
parent 934bb92b71
commit 4a6cb8c970
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ monitor=,preferred,auto,1
# Execute your favorite apps at launch # Execute your favorite apps at launch
# exec-once = waybar & hyprpaper & firefox # exec-once = waybar & hyprpaper & firefox
exec-once = ~/.local/scripts/gammastep-init.sh & swaybg --output=* --image=$HOME/.config/wall & udiskie & kanshi & waybar exec-once = ~/.local/scripts/gammastep-init.sh & swaybg --output=* --image=$HOME/.config/wall & udiskie & kanshi & waybar & swayidle -w timeout 900 'waylock &' timeout 1200 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'waylock &'
# Source a file (multi-file configs) # Source a file (multi-file configs)
# source = ~/.config/hypr/myColors.conf # source = ~/.config/hypr/myColors.conf
@ -58,7 +58,7 @@ general {
decoration { decoration {
# See https://wiki.hyprland.org/Configuring/Variables/ for more # See https://wiki.hyprland.org/Configuring/Variables/ for more
rounding = 10 rounding = 5
blur = yes blur = yes
blur_size = 3 blur_size = 3
blur_passes = 1 blur_passes = 1

View File

@ -48,7 +48,7 @@ window#waybar {
#idle_inhibitor, #mpd, #clock, #battery, #cpu, #memory, #network, #pulseaudio, #temperature, #custom-spotify, #tray, #mode { #idle_inhibitor, #mpd, #clock, #battery, #cpu, #memory, #network, #pulseaudio, #temperature, #custom-spotify, #tray, #mode {
background: transparent; background: transparent;
border-bottom: 3px solid black; border-bottom: 3px solid #3EF6F6;
padding: 0 10px; padding: 0 10px;
margin: 0 2px; margin: 0 2px;
} }