all repos

dotfiles @ 8d45cf1

my dotfiles
3 files changed, 3 insertions(+), 13 deletions(-)
hypr: add vim head lines
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-03-08 19:41:20 +0200
Parent: 02f23e3
D config/hypr/bat.sh

@@ -1,12 +0,0 @@

-#!/usr/bin/env bash - -# the purpose of the script is to notify when battery percentage is low - -while true; do - if [[ "$(cat /sys/class/power_supply/BAT0/capacity)" -le 30 ]]; then - notify-send --urgency=CRITICAL "Battery Low" "Consider plugging cable in" - sleep 1200 - else - sleep 120 - fi -done
M config/hypr/hyprlock.conf

@@ -1,2 +1,3 @@

+# vim: foldmethod=marker ts=2 sw=2 ft=hyprlang bezier = linear, 1, 1, 0, 0 animation = fade, 1, 1.8, linear
M config/hypr/hyprpaper.conf

@@ -1,2 +1,3 @@

-preload = /home/olex/Pictures/wall.png +# vim: foldmethod=marker ts=2 sw=2 ft=hyprlang +preload = ,/home/olex/Pictures/wall.png wallpaper = ,/home/olex/Pictures/wall.png