Squashed 'i3/' changes from dd4b0c9..3b59540
3b59540 Some cleanup, more monitor stuff 2a7e4c5 Add monitor setup git-subtree-dir: i3 git-subtree-split: 3b59540cda64e740d296c3c2928d7e5696304bbd
This commit is contained in:
@@ -8,29 +8,8 @@
|
||||
;=====================================================
|
||||
|
||||
[colors]
|
||||
color15_i3wmthemer = ${xrdb:color15}
|
||||
color14_i3wmthemer = ${xrdb:color14}
|
||||
color13_i3wmthemer = ${xrdb:color13}
|
||||
color12_i3wmthemer = ${xrdb:color12}
|
||||
color11_i3wmthemer = ${xrdb:color11}
|
||||
color10_i3wmthemer = ${xrdb:color10}
|
||||
color09_i3wmthemer = ${xrdb:color9}
|
||||
color08_i3wmthemer = ${xrdb:color8}
|
||||
color07_i3wmthemer = ${xrdb:color7}
|
||||
color06_i3wmthemer = ${xrdb:color6}
|
||||
color05_i3wmthemer = ${xrdb:color5}
|
||||
color04_i3wmthemer = ${xrdb:color4}
|
||||
color03_i3wmthemer = ${xrdb:color3}
|
||||
color02_i3wmthemer = ${xrdb:color2}
|
||||
color01_i3wmthemer = ${xrdb:color1}
|
||||
color00_i3wmthemer = ${xrdb:color0}
|
||||
foreground_i3wmthemer = ${xrdb:foreground}
|
||||
background_i3wmthemer = ${xrdb:background}
|
||||
|
||||
;background = ${xrdb:color0:#222}
|
||||
background = #222
|
||||
background-alt = #444
|
||||
;foreground = ${xrdb:color7:#222}
|
||||
foreground = #dfdfdf
|
||||
foreground-alt = #555
|
||||
primary = #ffb52a
|
||||
@@ -38,7 +17,8 @@ secondary = #e60053
|
||||
alert = #bd2c40
|
||||
|
||||
[bar/top]
|
||||
;monitor = ${env:MONITOR:HDMI-1}
|
||||
monitor = eDP-1
|
||||
monitor-fallback = HDMI-1
|
||||
width = 100%
|
||||
height = 27
|
||||
;offset-x = 1%
|
||||
@@ -67,10 +47,13 @@ module-margin-right = 2
|
||||
font-0 = fixed:pixelsize=10;1
|
||||
font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
|
||||
font-2 = MaterialIcons:antialias=false;pixelsize=10;1
|
||||
font-3 = PowerlineSymbols:size=10;1
|
||||
font-4 = FontAwesome:pixelsize=12
|
||||
|
||||
|
||||
modules-left = i3
|
||||
modules-center = date
|
||||
modules-right = filesystem xkeyboard volume temperature powermenu
|
||||
modules-right = filesystem xkeyboard volume powermenu
|
||||
|
||||
;tray-position =
|
||||
;tray-padding = 2
|
||||
@@ -107,6 +90,8 @@ modules-right = filesystem xkeyboard volume temperature powermenu
|
||||
;time-alt = %H:%M:%S
|
||||
|
||||
[bar/bottom]
|
||||
monitor = eDP-1
|
||||
monitor-fallback = HDMI-1
|
||||
width = 100%
|
||||
height = 27
|
||||
fixed-center = true
|
||||
@@ -121,7 +106,7 @@ line-color = #f00
|
||||
border-size = 4
|
||||
border-color = #00000000
|
||||
|
||||
padding-left = 0
|
||||
padding-left = 2
|
||||
padding-right = 2
|
||||
|
||||
module-margin-left = 1
|
||||
@@ -130,11 +115,14 @@ module-margin-right = 2
|
||||
font-0 = fixed:pixelsize=10;1
|
||||
font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
|
||||
font-2 = MaterialIcons:pixelsize=10;1
|
||||
font-3 = PowerlineSymbols:pixelsize=12
|
||||
font-4 = FontAwesome:pixelsize=12
|
||||
|
||||
;modules-left = bspwm i3
|
||||
;modules-right = i3
|
||||
modules-center = memory cpu
|
||||
modules-left = battery
|
||||
modules-right = temperature
|
||||
modules-left = battery backlight-acpi
|
||||
|
||||
tray-position = right
|
||||
tray-padding = 2
|
||||
@@ -248,7 +236,7 @@ type = internal/xbacklight
|
||||
format = <label> <bar>
|
||||
label = BL
|
||||
|
||||
bar-width = 10
|
||||
bar-width = 20
|
||||
bar-indicator = |
|
||||
bar-indicator-foreground = #ff
|
||||
bar-indicator-font = 2
|
||||
@@ -267,7 +255,7 @@ card = intel_backlight
|
||||
[module/cpu]
|
||||
type = internal/cpu
|
||||
interval = 2
|
||||
format-prefix = "cpu "
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${colors.foreground-alt}
|
||||
format-underline = #f90000
|
||||
label = %percentage%%
|
||||
@@ -358,11 +346,12 @@ date-alt = " %Y-%m-%d"
|
||||
time = %H:%M:%S
|
||||
time-alt = %H:%M:%S
|
||||
|
||||
format-prefix =
|
||||
format-prefix =
|
||||
format-prefix-foreground = ${colors.foreground-alt}
|
||||
format-underline = #0a6cf5
|
||||
|
||||
label = %date% %time%
|
||||
|
||||
[module/volume]
|
||||
type = internal/volume
|
||||
|
||||
@@ -370,7 +359,7 @@ format-volume = <label-volume> <bar-volume>
|
||||
label-volume = VOL
|
||||
label-volume-foreground = ${root.foreground}
|
||||
|
||||
format-muted-prefix = ""
|
||||
format-muted-prefix = " "
|
||||
format-muted-foreground = ${colors.foreground}
|
||||
label-muted = " sound muted"
|
||||
|
||||
@@ -403,18 +392,21 @@ format-charging-underline = #ffb52a
|
||||
format-discharging = <ramp-capacity> <label-discharging>
|
||||
format-discharging-underline = ${self.format-charging-underline}
|
||||
|
||||
format-full-prefix = " "
|
||||
format-full-prefix =""
|
||||
format-full-prefix-foreground = ${colors.foreground-alt}
|
||||
format-full-underline = ${self.format-charging-underline}
|
||||
|
||||
ramp-capacity-0 =
|
||||
ramp-capacity-1 =
|
||||
ramp-capacity-2 =
|
||||
ramp-capacity-0 =
|
||||
ramp-capacity-0-foreground = ${colors.alert}
|
||||
ramp-capacity-1 =
|
||||
ramp-capacity-2 =
|
||||
ramp-capacity-3 =
|
||||
ramp-capacity-foreground = ${colors.foreground-alt}
|
||||
|
||||
animation-charging-0 =
|
||||
animation-charging-1 =
|
||||
animation-charging-2 =
|
||||
animation-charging-0 =
|
||||
animation-charging-1 =
|
||||
animation-charging-2 =
|
||||
animation-charging-3 =
|
||||
animation-charging-foreground = ${colors.foreground-alt}
|
||||
animation-charging-framerate = 750
|
||||
|
||||
@@ -432,10 +424,12 @@ label = %temperature%
|
||||
label-warn = %temperature%
|
||||
label-warn-foreground = ${colors.secondary}
|
||||
|
||||
ramp-0 =
|
||||
ramp-1 =
|
||||
ramp-2 =
|
||||
ramp-0 =
|
||||
ramp-1 =
|
||||
ramp-2 =
|
||||
ramp-3 =
|
||||
ramp-foreground = ${colors.foreground-alt}
|
||||
ramp-3-foreground = ${colors.alert}
|
||||
|
||||
[module/powermenu]
|
||||
type = custom/menu
|
||||
|
||||
Reference in New Issue
Block a user