hyprlock changes

This commit is contained in:
Joel Mathew Thomas
2024-05-25 18:21:25 +05:30
parent f2dd59913d
commit 86448dd704
5 changed files with 21 additions and 15 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 474 KiB

After

Width:  |  Height:  |  Size: 4.3 MiB

+1 -1
View File
@@ -31,7 +31,7 @@ exec-once = wl-paste --type text --watch cliphist store #Stores only text data
exec-once = wl-paste --type image --watch cliphist store #Stores only image data
exec-once = wl-clip-persist --clipboard regular --write-timeout 1000
exec-once = wl-clip-persist --clipboard both --write-timeout 1000
# Set XCURSOR
exec-once = gsettings set org.gnome.desktop.interface cursor-theme 'Bibata-Modern-Classic'
+1 -1
View File
@@ -21,7 +21,7 @@ source = ~/.config/hypr/conf/autostart.conf
# Set programs that you use
$terminal = kitty
$fileManager = nemo
$fileManager = dolphin --platformtheme qt6ct
$menu = rofi --show drun
# Some default env vars.
+13 -13
View File
@@ -4,7 +4,6 @@
# | | | | |_| | |_) | | | | (_) | (__| <
# |_| |_|\__, | .__/|_| |_|\___/ \___|_|\_\
# |___/|_|
#
background {
monitor =
@@ -43,26 +42,27 @@ input-field {
label {
monitor =
text = cmd[update:1000] echo "$TIME"
color = rgba(200, 200, 200, 1.0)
font_size = 55
text = cmd[update:1000] date +"%I:%M %p"
color = rgb(135, 206, 235)
font_size = 35
font_family = Fira Semibold
position = -100, -200
halign = right
valign = bottom
position = 0, -30
halign = center
valign = center
shadow_passes = 5
shadow_size = 10
}
label {
monitor =
text = $USER
color = rgba(200, 200, 200, 1.0)
font_size = 20
text = cmd[update:1000] echo "$(echo $USER | awk '{print toupper(substr($0,1,1)) tolower(substr($0,2))}')"
font_size = 75
color = rgb(135, 206, 235)
font_family = Fira Semibold
position = -100, 160
halign = right
valign = bottom
position = 0, 30
halign = center
valign = center
shadow_passes = 5
shadow_size = 10
}