added emacs
This commit is contained in:
+14
-14
@@ -35,7 +35,7 @@ bottom = true
|
||||
offset-x = 0
|
||||
offset-y = 0
|
||||
radius = 0.0
|
||||
fixed-center = false
|
||||
fixed-center = true
|
||||
|
||||
background = ${colors.background}
|
||||
foreground = ${colors.foreground}
|
||||
@@ -47,18 +47,18 @@ border-size = 0
|
||||
border-color = #00000000
|
||||
|
||||
padding-left = 0
|
||||
padding-right = 2
|
||||
padding-right = 1
|
||||
|
||||
module-margin-left = 1
|
||||
module-margin-right = 2
|
||||
module-margin-left = 0
|
||||
module-margin-right = 1
|
||||
|
||||
font-0 = Noto Sans:style=Regular:size=11;1
|
||||
font-0 = Hack:style=Regular:size=11;1
|
||||
font-1 = unifont:style=Regular:size=11;0
|
||||
font-2 = siji:style=Regular:size=11;1
|
||||
|
||||
modules-left = i3
|
||||
modules-center =
|
||||
modules-right = cpu memory wlan pulseaudio date battery
|
||||
modules-center = date
|
||||
modules-right = cpu memory wlan pulseaudio battery
|
||||
|
||||
tray-position = right
|
||||
tray-padding = 2
|
||||
@@ -96,7 +96,7 @@ label-mode-background = ${colors.primary}
|
||||
; focused = Active workspace on focused monitor
|
||||
label-focused = %index%
|
||||
label-focused-background = ${colors.background-alt}
|
||||
label-focused-underline=
|
||||
label-focused-underline=
|
||||
label-focused-padding = 2
|
||||
|
||||
; unfocused = Inactive workspace on any monitor
|
||||
@@ -120,7 +120,7 @@ label-urgent-padding = 2
|
||||
[module/cpu]
|
||||
type = internal/cpu
|
||||
interval = 2
|
||||
format-prefix = "CPU: "
|
||||
format-prefix = "CPU:"
|
||||
format-prefix-foreground = ${xrdb:color7}
|
||||
format-underline =
|
||||
label = %percentage:2%%
|
||||
@@ -128,7 +128,7 @@ label = %percentage:2%%
|
||||
[module/memory]
|
||||
type = internal/memory
|
||||
interval = 2
|
||||
format-prefix = " "
|
||||
format-prefix = ""
|
||||
format-prefix-foreground = ${xrdb:color7}
|
||||
format-underline =
|
||||
label = %gb_used% | %gb_free%
|
||||
@@ -138,7 +138,7 @@ type = internal/network
|
||||
interface = wlan0
|
||||
interval = 3.0
|
||||
|
||||
format-connected = <ramp-signal> <label-connected>
|
||||
format-connected = <label-connected>
|
||||
format-connected-underline =
|
||||
label-connected = %essid%
|
||||
label-disconnected = "No connection"
|
||||
@@ -164,7 +164,7 @@ date-alt = " %D"
|
||||
time = %I:%M:%S %p
|
||||
time-alt = %I:%M:%S %p
|
||||
|
||||
format-prefix =
|
||||
format-prefix =
|
||||
format-prefix-foreground = ${colors.foreground-alt}
|
||||
format-underline =
|
||||
|
||||
@@ -203,7 +203,7 @@ battery = BAT1
|
||||
adapter = ADP1
|
||||
full-at = 98
|
||||
|
||||
label-full = "🔋"
|
||||
label-full = ""
|
||||
|
||||
format-charging = <animation-charging> <label-charging>
|
||||
format-charging-underline = #ffb52a
|
||||
@@ -234,7 +234,7 @@ animation-discharging-framerate = 750
|
||||
|
||||
|
||||
[settings]
|
||||
screenchange-reload = false
|
||||
screenchange-reload = true
|
||||
;compositing-background = xor
|
||||
compositing-background = screen
|
||||
;compositing-foreground = source
|
||||
|
||||
Reference in New Issue
Block a user