Replaced set-lockscreen by the new version of set-wallpaper (modified), and many more but not that significant changes
This commit is contained in:
parent
3a293cf0f3
commit
6e4c3bb974
14 changed files with 70 additions and 18 deletions
|
|
@ -12,6 +12,9 @@ enabled=true
|
|||
fuzzy=true
|
||||
terminal=kitty
|
||||
|
||||
[caffeine]
|
||||
enabled=false
|
||||
|
||||
[calculator_qalculate]
|
||||
enabled=true
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
LocationMode=path-bar
|
||||
ShowHidden=false
|
||||
ShowSizeColumn=true
|
||||
GeometryX=713
|
||||
GeometryX=1183
|
||||
GeometryY=269
|
||||
GeometryWidth=537
|
||||
GeometryHeight=542
|
||||
|
|
|
|||
|
|
@ -1,2 +1,4 @@
|
|||
file:///home/guillm/Pictures Pictures
|
||||
file:///home/guillm/Downloads Downloads
|
||||
file:///home/guillm/shared/Workplan/EPITA/2024-2025
|
||||
file:///home/guillm/shared/Workplan
|
||||
|
|
|
|||
|
|
@ -6,4 +6,5 @@
|
|||
monitor=,preferred,auto,auto
|
||||
monitor=eDP-1,preferred,0x0,1 # Laptop screen
|
||||
monitor=DP-1, preferred, 0x-1080, 1 # HP Home monitor
|
||||
monitor=DP-2, preferred, 0x-1080, 1 # HP Home monitor
|
||||
monitor=HDMI-A-1, preferred, 0x-1440, 1 # Dell monitor
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
# Please note not all available settings / options are set here.
|
||||
# For a full list, see the wiki
|
||||
|
||||
source = ~/.config/hypr/config/monitors_default.conf
|
||||
#source = ~/.config/hypr/config/monitors.conf
|
||||
#source = ~/.config/hypr/config/monitors_default.conf
|
||||
source = ~/.config/hypr/config/monitors.conf
|
||||
source = ~/.config/hypr/config/environment.conf
|
||||
source = ~/.config/hypr/config/input.conf
|
||||
source = ~/.config/hypr/config/appearance.conf
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
# BACKGROUND
|
||||
background {
|
||||
monitor =
|
||||
path = ~/.config/hypr/images/lockscreen.JPG
|
||||
blur_passes = 2
|
||||
contrast = 0.8916
|
||||
rightness = 0.8172
|
||||
vibrancy = 0.1696
|
||||
vibrancy_darkness = 0.0
|
||||
path = ~/.config/hypr/images/lockscreen.jpg
|
||||
blur_passes = 0
|
||||
#contrast = 0.8916
|
||||
#brightness = 0.8172
|
||||
#vibrancy = 0.1696
|
||||
#vibrancy_darkness = 0.0
|
||||
}
|
||||
|
||||
# GENERAL
|
||||
|
|
@ -22,7 +22,7 @@ general {
|
|||
input-field {
|
||||
monitor =
|
||||
size = 320, 55
|
||||
outline_thickness = 1
|
||||
outline_thickness = -1
|
||||
dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
|
||||
dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0
|
||||
dots_center = true
|
||||
|
|
@ -41,20 +41,24 @@ input-field {
|
|||
# Time
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] echo "<span>$(date +"%H:%M")</span>"
|
||||
color = rgba(216, 222, 233, 0.70)
|
||||
#text = cmd[update:1000] echo "<span>$(date +"%H:%M")</span>"
|
||||
text = $TIME
|
||||
color = rgba(216, 222, 233, 1)
|
||||
font_size = 130
|
||||
font_family = JetbrainsMonoNL NF Bold
|
||||
position = 0, 280
|
||||
halign = center
|
||||
valign = center
|
||||
# TODO make shadowing work
|
||||
#shadow_passes = 10
|
||||
#shadow_size = 3
|
||||
}
|
||||
|
||||
# Day-Month-Date
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] echo -e "$(date +"%A, %d %B")"
|
||||
color = rgba(216, 222, 233, 0.70)
|
||||
color = rgba(216, 222, 233, 1)
|
||||
font_size = 26
|
||||
font_family = JetbrainsMonoNL NF
|
||||
position = 0, 160
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 12 MiB |
BIN
.config/hypr/images/lockscreen.jpg
Normal file
BIN
.config/hypr/images/lockscreen.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 1.6 MiB |
|
|
@ -1 +1 @@
|
|||
off
|
||||
on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue