vitorpy's Dotfiles
at main 132 lines 2.2 kB view raw
1# Ly configuration - Zenburn theme 2# Colors based on Zenburn color scheme 3 4# Allow empty password 5allow_empty_password = false 6 7# No animation for clean look 8animation = none 9animation_timeout_sec = 0 10 11# Password masking 12asterisk = * 13 14# Failed auth threshold 15auth_fails = 10 16 17# Zenburn background color (dark gray-brown: #3f3f3f) 18bg = 0x003f3f3f 19 20# Clock disabled 21bigclock = none 22 23# Transparent box background for cleaner look 24blank_box = false 25 26# Zenburn accent color for borders (light beige: #f0dfaf) 27border_fg = 0x00f0dfaf 28 29# Hostname as title 30box_title = zygalski 31 32# Brightness controls 33brightness_down_cmd = /usr/bin/brightnessctl -q s 10%- 34brightness_down_key = F5 35brightness_up_cmd = /usr/bin/brightnessctl -q s +10% 36brightness_up_key = F6 37 38# Clear password on failure 39clear_password = true 40 41# Show clock in Zenburn style 42clock = %a %b %d, %H:%M 43 44# Console dev 45console_dev = /dev/console 46 47# Default to login input 48default_input = login 49 50# Zenburn error colors (red: #cc9393) 51error_bg = 0x003f3f3f 52error_fg = 0x01cc9393 53 54# Zenburn foreground color (cream: #dcdccc) 55fg = 0x00dcdccc 56 57# Enable true color support 58full_color = true 59 60# Show borders 61hide_borders = false 62 63# Show key hints 64hide_key_hints = false 65 66# Show hostname in info line 67initial_info_text = null 68 69# Input length 70input_len = 34 71 72# Language 73lang = en 74 75# Load saved session 76load = true 77 78# Login/logout commands 79login_cmd = null 80logout_cmd = null 81 82# Box margins 83margin_box_h = 2 84margin_box_v = 1 85 86# Refresh rate 87min_refresh_delta = 5 88 89# Numlock 90numlock = false 91 92# Path 93path = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 94 95# Power management 96restart_cmd = /sbin/shutdown -r now 97restart_key = F2 98shutdown_cmd = /sbin/shutdown -a now 99shutdown_key = F1 100sleep_cmd = null 101sleep_key = F3 102 103# Save session 104save = true 105 106# Service name 107service_name = ly 108 109# Session log 110session_log = ly-session.log 111 112# Setup script 113setup_cmd = /etc/ly/setup.sh 114 115# Center session text 116text_in_center = false 117 118# TTY 119tty = 2 120 121# Vi mode disabled 122vi_default_mode = normal 123vi_mode = false 124 125# Session paths 126waylandsessions = /usr/share/wayland-sessions 127xsessions = /usr/share/xsessions 128xinitrc = ~/.xinitrc 129 130# X server 131x_cmd = /usr/bin/X 132xauth_cmd = /usr/bin/xauth