This commit is contained in:
Snorky 2025-10-02 17:22:47 +02:00
parent a3126fb91c
commit ce5511bbc7
No known key found for this signature in database
GPG Key ID: 424B3C8E63F96662
2 changed files with 20 additions and 2 deletions

View File

@ -42,9 +42,10 @@ bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ to
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
bindsym XF86MonBrightnessUp exec xbacklight -inc 10
bindsym XF86MonBrightnessDown exec xbacklight -inc 10
bindsym XF86MonBrightnessDown exec xbacklight -dec 10
bindsym Ctrl+Mod4+e exec element-desktop
bindsym Ctrl+Mod4+p exec discord
bindsym Ctrl+Mod4+l exec "i3lock -c 000000"
bindsym Ctrl+Mod4+m exec wezterm -e --class term_date "ncmpcpp"
# use these keys for focus, movement, and resize directions when reaching for

View File

@ -280,7 +280,7 @@ volume() {
echo -n "\"background\":\"$bg\","
common
echo -n "},"
separator $bg_bar_color $bg
#separator $bg_bar_color $bg
}
systemupdate() {
@ -320,6 +320,22 @@ Music_text() {
echo -n "},"
}
Backlight_text() {
local bg="#000000"
local text_color="#D48F06"
separator $bg "#FFD180"
echo -n ",{"
echo -n "\"name\":\"id_backlight_text\","
echo -n "\"color\":\"$text_color\","
echo -n "\"full_text\":\"🞻 $( xbacklight -get)%\","
echo -n "\"background\":\"$bg\","
common
echo -n "},"
separator $bg_bar_color $bg
}
Album_text() {
local bg="#000000"
local text_color="#D48F06"
@ -385,6 +401,7 @@ do
bat_text
battery0
volume
Backlight_text
logout
echo "]"
sleep 1