mirror of
https://github.com/StepanovPlaton/dotfiles.git
synced 2026-04-03 20:30:46 +04:00
04-01-2026
This commit is contained in:
@@ -26,8 +26,8 @@ module-margin = 1
|
||||
|
||||
font-0 = CodeNewRoman Nerd Font Mono:pixelsize=10;3
|
||||
|
||||
modules-left = xworkspaces
|
||||
modules-right = pulseaudio xkeyboard date numen systray
|
||||
modules-left = date xworkspaces
|
||||
modules-right = backlight pulseaudio xkeyboard numen systray
|
||||
|
||||
cursor-click = pointer
|
||||
cursor-scroll = ns-resize
|
||||
@@ -66,6 +66,14 @@ interval = 1
|
||||
use-ui-max = false
|
||||
click-right = /bin/bash -c "pactl set-sink-mute @DEFAULT_SINK@ toggle"
|
||||
|
||||
[module/backlight]
|
||||
type = internal/backlight
|
||||
; See cards: ls -1 /sys/class/backlight/
|
||||
card = intel_backlight
|
||||
enable-scroll = true
|
||||
scroll-interval = 5
|
||||
label = %percentage%%
|
||||
|
||||
[module/xkeyboard]
|
||||
type = internal/xkeyboard
|
||||
|
||||
@@ -77,7 +85,7 @@ type = internal/date
|
||||
interval = 1
|
||||
|
||||
date = %H:%M
|
||||
date-alt = %Y-%m-%d %H:%M:%S
|
||||
date-alt = %d.%m.%y %H:%M:%S
|
||||
|
||||
label = %date%
|
||||
label-foreground = ${colors.primary}
|
||||
@@ -86,7 +94,7 @@ label-foreground = ${colors.primary}
|
||||
type = internal/tray
|
||||
|
||||
format-margin = 0pt
|
||||
tray-spacing = 2pt
|
||||
tray-spacing = 4pt
|
||||
|
||||
[module/numen]
|
||||
type = custom/script
|
||||
@@ -94,10 +102,10 @@ exec = [[ $(pgrep numen) ]] && cat ~/.config/numen/current_mode || echo ""
|
||||
interval = 1
|
||||
click-left = pkill numen
|
||||
|
||||
; [module/weather]
|
||||
; type = custom/script
|
||||
; exec = curl -s -H "Accept-Language: ru" wttr.in/Samara?format="%c+%t+%m"
|
||||
; interval = 1
|
||||
[module/weather]
|
||||
type = custom/script
|
||||
exec = curl -s -h "accept-language: ru" wttr.in/samara?format="%c+%t+%m"
|
||||
interval = 1
|
||||
|
||||
[settings]
|
||||
screenchange-reload = true
|
||||
|
||||
Reference in New Issue
Block a user