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-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 # Set XCURSOR
exec-once = gsettings set org.gnome.desktop.interface cursor-theme 'Bibata-Modern-Classic' 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 # Set programs that you use
$terminal = kitty $terminal = kitty
$fileManager = nemo $fileManager = dolphin --platformtheme qt6ct
$menu = rofi --show drun $menu = rofi --show drun
# Some default env vars. # Some default env vars.
+13 -13
View File
@@ -4,7 +4,6 @@
# | | | | |_| | |_) | | | | (_) | (__| < # | | | | |_| | |_) | | | | (_) | (__| <
# |_| |_|\__, | .__/|_| |_|\___/ \___|_|\_\ # |_| |_|\__, | .__/|_| |_|\___/ \___|_|\_\
# |___/|_| # |___/|_|
#
background { background {
monitor = monitor =
@@ -43,26 +42,27 @@ input-field {
label { label {
monitor = monitor =
text = cmd[update:1000] echo "$TIME" text = cmd[update:1000] date +"%I:%M %p"
color = rgba(200, 200, 200, 1.0) color = rgb(135, 206, 235)
font_size = 55 font_size = 35
font_family = Fira Semibold font_family = Fira Semibold
position = -100, -200 position = 0, -30
halign = right halign = center
valign = bottom valign = center
shadow_passes = 5 shadow_passes = 5
shadow_size = 10 shadow_size = 10
} }
label { label {
monitor = monitor =
text = $USER text = cmd[update:1000] echo "$(echo $USER | awk '{print toupper(substr($0,1,1)) tolower(substr($0,2))}')"
color = rgba(200, 200, 200, 1.0) font_size = 75
font_size = 20 color = rgb(135, 206, 235)
font_family = Fira Semibold font_family = Fira Semibold
position = -100, 160 position = 0, 30
halign = right halign = center
valign = bottom valign = center
shadow_passes = 5 shadow_passes = 5
shadow_size = 10 shadow_size = 10
} }
+6
View File
@@ -73,3 +73,9 @@
.config/menus/ .config/menus/
.config/gpu-screen-recorder/ .config/gpu-screen-recorder/
.config/okularpartrc .config/okularpartrc
.config/kiorc
.config/ktrashrc
.config/kwinrc
.config/libaccounts-glib/
.config/partitionmanagerrc
.config/systemsettingsrc