mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 06:54:24 -05:00
auto up 09:02:45 up 0:01, 2 users, load average: 3.05, 1.13, 0.42
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[window]
|
||||
opacity = 0.8
|
||||
#opacity = 0.8
|
||||
|
||||
[font]
|
||||
normal = { family = "monospace", style = "Medium" }
|
||||
|
||||
@@ -155,6 +155,10 @@ bind = $mainMod SHIFT, D, movetoworkspace, 13
|
||||
bind = $mainMod SHIFT, G, movetoworkspace, 14
|
||||
bind = $mainMod, F12, exec, ~/projects/scripts/unison_sync.sh
|
||||
|
||||
# Useful rotation for thinkpad
|
||||
bind = $mainMod SHIFT, F7, exec, hyprctl keyword monitor eDP-1,preferred,auto,1,transform,2
|
||||
bind = $mainMod, F7, exec, hyprctl keyword monitor eDP-1,preferred,auto,1,transform,0
|
||||
|
||||
# Resizeing with mouse buttons while pressed mod
|
||||
bindm = $mainMod, mouse:272, movewindow
|
||||
bindm = $mainMod, mouse:273, resizewindow
|
||||
|
||||
45
gui/dot-config/hypr/hyprlock.conf
Normal file
45
gui/dot-config/hypr/hyprlock.conf
Normal file
@@ -0,0 +1,45 @@
|
||||
input-field {
|
||||
size = 280, 55
|
||||
outline_thickness = 2
|
||||
dots_size = 0.2
|
||||
dots_spacing = 0.2
|
||||
dots_center = true
|
||||
outer_color = rgba(10, 0, 0, 0)
|
||||
inner_color = rgba(255, 255, 255, 0.1)
|
||||
font_color = rgb(200, 200, 200)
|
||||
fade_on_empty = false
|
||||
font_family = SF Pro Display Bold
|
||||
placeholder_text = <i><span foreground="##ffffff99">Enter Pass</span></i>
|
||||
hide_input = false
|
||||
position = 0, -210
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
# Date display
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] echo -e "$(LC_TIME=en_US.UTF-8 date +"%A, %B %d")"
|
||||
color = rgba(216, 222, 233, 0.90)
|
||||
font_size = 25
|
||||
font_family = SF Pro Display Semibold
|
||||
position = 0, 350
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
# Time display
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] echo "<span>$(date +"%I:%M")</span>"
|
||||
color = rgba(216, 222, 233, 0.90)
|
||||
font_size = 120
|
||||
font_family = SF Pro Display Bold
|
||||
position = 0, 230
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
# Set to just black background as wanted
|
||||
background {
|
||||
contrast = 0.5
|
||||
}
|
||||
@@ -2,7 +2,7 @@ include ./theme.conf
|
||||
|
||||
font_size 11.5
|
||||
enable_audio_bell yes
|
||||
background_opacity 0.80
|
||||
#background_opacity 0.80
|
||||
default_pointer_shape arrow
|
||||
mouse_hide_wait 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user