added i3status bar

This commit is contained in:
2024-01-22 13:37:07 +01:00
parent 025bbaa62f
commit 3f08ed6167
2 changed files with 133 additions and 3 deletions
+20 -3
View File
@@ -83,7 +83,7 @@ bindsym $mod+Ctrl+KP_Page_Up exec $myTerm -e wopr report.xml
bindsym $mod+Home exec "autorandr -c"
# toggle polybar
bindsym $mod+Shift+f exec "polybar-msg cmd toggle"
# bindsym $mod+Shift+f exec "polybar-msg cmd toggle"
# make screenshot
bindsym $mod+Print exec "flameshot full -c"
@@ -311,7 +311,7 @@ bindsym $mod+Ctrl+Shift+$alt+l exec --no-startup-id light-locker-command -l
# Set shut down, restart and locking features
bindsym $mod+Shift+Ctrl+$alt+h exec --no-startup-id systemctl hibernate
bindsym $mod+Shift+Ctrl+$alt+s exec --no-startup-id systemctl suspend
bindsym $mod+Shift+Ctrl+$alt+s exec --no-startup-id systemctl suspend-then-hibernate
#bindsym $mod+0 mode "$mode_system"
#set $mode_system (l)ock, (e)xit, switch_(u)ser, (s)uspend, (h)ibernate, (r)eboot, (Shift+s)hutdown
@@ -353,7 +353,7 @@ mode "resize" {
}
# Autostart applications
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
#exec_always --no-startup-id $HOME/.config/polybar/launch.sh
exec --no-startup-id nextcloud
exec --no-startup-id mullvad-vpn
exec --no-startup-id redshift ~/.config/redshift/redshift.conf
@@ -472,3 +472,20 @@ mode "$mode_gaps_outer" {
bindsym Escape mode "default"
}
bar {
font pango:MesloLGS NF 11
position top
status_command /usr/bin/i3status-rs $HOME/.config/i3status-rust/config.toml
tray_output primary
colors {
separator #ffffff
background #424242
statusline #424242
}
}
# config for i3block
#bar {
# status_command i3blocks
#
#}