auto up 09:02:45 up 0:01, 2 users, load average: 3.05, 1.13, 0.42

This commit is contained in:
2025-12-20 09:02:48 +01:00
parent 315f2b98bb
commit 7640bace55
5 changed files with 52 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
[window] [window]
opacity = 0.8 #opacity = 0.8
[font] [font]
normal = { family = "monospace", style = "Medium" } normal = { family = "monospace", style = "Medium" }

View File

@@ -155,6 +155,10 @@ bind = $mainMod SHIFT, D, movetoworkspace, 13
bind = $mainMod SHIFT, G, movetoworkspace, 14 bind = $mainMod SHIFT, G, movetoworkspace, 14
bind = $mainMod, F12, exec, ~/projects/scripts/unison_sync.sh 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 # Resizeing with mouse buttons while pressed mod
bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow bindm = $mainMod, mouse:273, resizewindow

View 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
}

View File

@@ -2,7 +2,7 @@ include ./theme.conf
font_size 11.5 font_size 11.5
enable_audio_bell yes enable_audio_bell yes
background_opacity 0.80 #background_opacity 0.80
default_pointer_shape arrow default_pointer_shape arrow
mouse_hide_wait 1 mouse_hide_wait 1

View File

@@ -19,7 +19,6 @@ alias oati="~/projects/scripts/oathi.sh"
alias imu="immich upload -r ." alias imu="immich upload -r ."
alias chch="~/projects/scripts/check_git.sh" alias chch="~/projects/scripts/check_git.sh"
alias rp="rsync --info=progress2 -a --checksum" alias rp="rsync --info=progress2 -a --checksum"
alias aut="~/projects/scripts/autostart-server.sh" alias aut="~/projects/scripts/autostart-server.sh"
alias tt="~/projects/scripts/find_gits.sh" alias tt="~/projects/scripts/find_gits.sh"
alias on="nvim ~/projects/planner/quick.md" alias on="nvim ~/projects/planner/quick.md"
@@ -28,6 +27,7 @@ alias um="umount /mnt/webdav"
alias mm="systemctl start mnt-webdav.mount" alias mm="systemctl start mnt-webdav.mount"
alias wi="wiki-tui" alias wi="wiki-tui"
alias a="alpine" alias a="alpine"
alias h="hx"
alias ff="~/projects/scripts/hyprfix.sh" # Fix the touchpad not working on the laptop with a simple script alias ff="~/projects/scripts/hyprfix.sh" # Fix the touchpad not working on the laptop with a simple script
alias sp="spotify_player" alias sp="spotify_player"
alias ne="newsboat" alias ne="newsboat"