some i3 changes

This commit is contained in:
Guilherme Rugai Freire 2026-04-08 11:21:39 -03:00
parent d4a9e6398a
commit 1c835da6eb
No known key found for this signature in database
GPG Key ID: DCFA7949937FB2CD
2 changed files with 11 additions and 3 deletions

View File

@ -11,6 +11,7 @@ font pango:DejaVu Sans Mono 10
# Autostart
exec --no-startup-id lxpolkit
exec --no-startup-id /usr/bin/numlockx
exec --no-startup-id picom
exec --no-startup-id dunst
exec --no-startup-id feh --bg-scale --no-fehbg ~/.config/wall.png
exec --no-startup-id conky
@ -62,8 +63,9 @@ bindsym $mod+Return exec i3-sensible-terminal
# kill focused window
bindsym $mod+q kill
# start dmenu (a program launcher)
# start dmenu (PATH or XDG Application mode)
bindsym $mod+d exec --no-startup-id dmenu_run
bindsym $mod+shift+d exec --no-startup-id i3-dmenu-desktop
# power menu
bindsym $mod+BackSpace exec --no-startup-id ~/.scripts/bin/simple-power-menu
@ -106,7 +108,7 @@ bindsym $mod+m fullscreen toggle
# change container layout (stacked, tabbed, toggle split)
bindsym $mod+s layout stacking
bindsym $mod+w layout tabbed
bindsym $mod+t layout tabbed
bindsym $mod+e layout toggle split
# toggle tiling / floating

View File

@ -43,21 +43,27 @@ battery all {
cpu_temperature 0 {
format = "%degrees °C"
min_width = "100 °C"
align = "left"
}
cpu_usage {
format = "CPU: %usage"
separator = false
min_width = "CPU: 100%"
align = "right"
}
memory {
format = "RAM: %used / %total"
threshold_degraded = "1G"
format_degraded = "MEMORY < %available"
min_width = "RAM: 16.0 GiB / 16.0 GiB"
align = "center"
}
time {
format = "%H:%M %d/%m/%Y"
format = "%d/%m/%Y %H:%M"
}
volume master {