i3: Switch to polybar

This commit is contained in:
2022-06-08 01:14:44 +02:00
parent 6139413869
commit e069ccbe88
3 changed files with 179 additions and 60 deletions

View File

@ -49,7 +49,7 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU
floating_modifier $mod
# start a terminal
bindsym $mod+Return exec alacritty
bindsym $mod+Return exec --no-startup-id alacritty
# kill focused window
bindsym $mod+Shift+aring kill
@ -185,24 +185,10 @@ mode "resize" {
bindsym $mod+p mode "default"
}
exec_always --no-startup-id polybar &
bindsym $mod+p mode "resize"
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
status_command i3status -c ~/.config/i3/i3status.conf
# disable scrolling between desktops
bindsym button4 nop
bindsym button5 nop
colors {
# colorclass <border> <background> <text>
focused_workspace #1ABC9C #1ABC9C #1F2D3A
inactive_workspace #1F2D3A #1F2D3A #1ABC9C
}
}
# theme
# class border backgr. text indicator child_border
client.focused #5b3f63 #5b3f63 #ffffff #2e9ef4 #5b3f63
@ -212,10 +198,10 @@ client.urgent #2f343a #900000 #ffffff #900000 #900000
client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c
client.background #ffffff
# enable transparency
exec xcompmgr -c -f -n
exec --no-startup-id xcompmgr -c -f -n
# wallpaper
exec --no-startup-id feh --bg-scale ~/.config/i3/3440x1440-wallpaper.jpg
# autostart
exec nextcloud
exec --no-startup-id nextcloud

View File

@ -1,41 +0,0 @@
# i3status configuration file.
# see "man i3status" for documentation.
general {
colors = true
interval = 5
}
order += "ipv6"
order += "ethernet _first_"
order += "disk /"
order += "load"
order += "memory"
order += "tztime local"
ethernet _first_ {
format_up = "E: %ip (%speed)"
format_down = "E: down"
}
battery all {
format = "%status %percentage %remaining"
}
disk "/" {
format = "%avail"
}
load {
format = "%1min"
}
memory {
format = "%used/%total"
threshold_degraded = "1G"
format_degraded = "MEMORY < %available"
}
tztime local {
format = "%Y-%m-%d %H:%M"
}