mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-04 02:04:30 +02:00
More configuration
Including a Quake console and autosplit in i3-companion.
This commit is contained in:
parent
43ab22dee5
commit
a77a5e27ce
4 changed files with 173 additions and 36 deletions
|
@ -1,5 +1,5 @@
|
|||
[colors]
|
||||
background = #a0000000
|
||||
background = #c0000000
|
||||
foreground = #eaeaea
|
||||
highlight = #4c7899
|
||||
|
||||
|
@ -21,16 +21,16 @@ module-margin = 1
|
|||
background = ${colors.background}
|
||||
foreground = ${colors.foreground}
|
||||
|
||||
font-0 = Hack:style=Regular:size=10;2
|
||||
font-0 = Iosevka:style=Regular:size=10;2
|
||||
font-1 = Font Awesome 5 Pro:style=Solid:size=10;2
|
||||
font-2 = Font Awesome 5 Brands:style=Regular:size=10;2
|
||||
|
||||
modules-left = i3
|
||||
modules-right = date
|
||||
modules-center = date
|
||||
|
||||
[bar/primary]
|
||||
inherit = bar/secondary
|
||||
modules-center = cpu memory pulseaudio ethernet wlan battery
|
||||
modules-right = cpu memory pulseaudio battery ethernet wlan
|
||||
|
||||
[module/i3]
|
||||
type = internal/i3
|
||||
|
@ -89,32 +89,27 @@ type = internal/date
|
|||
interval = 2
|
||||
date = %a %d.%m
|
||||
time = %H:%M
|
||||
label = %date% %time%
|
||||
label = %date% %time%
|
||||
|
||||
[module/battery]
|
||||
type = internal/battery
|
||||
battery = BAT0
|
||||
adapter = ADP1
|
||||
full-at = 99
|
||||
interval = 5
|
||||
format-charging = <animation-charging> <label-charging>
|
||||
label-charging = %percentage: 2%%
|
||||
format-discharging = <animation-discharging> <label-discharging>
|
||||
label-discharging = %percentage: 2%%
|
||||
format-charging = <label-charging>
|
||||
label-charging = %percentage: 2%%
|
||||
format-discharging = <ramp-capacity> <label-discharging>
|
||||
label-discharging = %percentage: 2%%%{F-}
|
||||
format-full = <label-full>
|
||||
label-full =
|
||||
animation-charging-0 =
|
||||
animation-charging-1 =
|
||||
animation-charging-2 =
|
||||
animation-charging-3 =
|
||||
animation-charging-4 =
|
||||
animation-charging-framerate = 1000
|
||||
animation-discharging-0 =
|
||||
animation-discharging-1 =
|
||||
animation-discharging-2 =
|
||||
animation-discharging-3 =
|
||||
animation-discharging-4 =
|
||||
animation-discharging-framerate = 1000
|
||||
ramp-capacity-0 = %{F#ff0000}
|
||||
ramp-capacity-1 =
|
||||
ramp-capacity-2 =
|
||||
ramp-capacity-3 =
|
||||
ramp-capacity-4 =
|
||||
ramp-capacity-5 =
|
||||
ramp-capacity-6 =
|
||||
ramp-capacity-7 =
|
||||
|
||||
[module/pulseaudio]
|
||||
type = internal/pulseaudio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue