mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-06-19 04:06:00 +02:00
changed i3wm module indicator
This commit is contained in:
@@ -18,6 +18,10 @@ background = ${xrdb:background}
|
||||
foreground = ${xrdb:foreground}
|
||||
foreground-alt = ${xrdb:highlight}
|
||||
|
||||
urgent = ${xrdb:i3_urgent}
|
||||
focused = ${xrdb:i3_focused}
|
||||
unfocused = ${xrdb:foreground}
|
||||
|
||||
; Bars
|
||||
|
||||
[bar/floating]
|
||||
@@ -77,7 +81,7 @@ radius = 15.0
|
||||
override-redirect = true
|
||||
|
||||
[bar/floating_wm]
|
||||
modules-center = i3_dots
|
||||
modules-center = i3
|
||||
monitor = ${env:MONITOR:DP-4}
|
||||
width = 100%
|
||||
height = 15
|
||||
@@ -90,7 +94,7 @@ separator =|
|
||||
module-margin-left = 1
|
||||
module-margin-right = 1
|
||||
padding= 4
|
||||
font-0 = Hack Nerd Font:style=Bold:fontformat=truetype:pixelsize=10;4
|
||||
font-0 = dark forest:style=Bold:fontformat=truetype:pixelsize=10;4
|
||||
font-1 = Material Design Icons:pixelsize=8.25:antialias=true;4
|
||||
enable-ipc = true
|
||||
bottom = false
|
||||
@@ -487,17 +491,15 @@ format = <label-state> <label-mode>
|
||||
label-mode = %mode%
|
||||
label-mode-padding = 1
|
||||
label-focused =%icon%%name%
|
||||
label-focused-foreground = ${colors.foreground}
|
||||
label-focused-underline = #fff
|
||||
label-focused-foreground = ${colors.focused}
|
||||
label-focused-margin = 2
|
||||
label-unfocused =%icon%%name%
|
||||
label-unfocused-foreground = ${colors.foreground}
|
||||
label-unfocused-foreground = ${colors.unfocused}
|
||||
label-unfocused-margin = 1
|
||||
label-visible =%icon%%name%
|
||||
label-visible-underline = #fff
|
||||
label-visible-margin = 1
|
||||
label-urgent =%icon%%name%
|
||||
label-urgent-foreground = ${colors.foreground-alt}
|
||||
label-urgent-foreground = ${colors.urgent}
|
||||
label-urgent-padding = 1
|
||||
|
||||
[module/i3_dots]
|
||||
|
||||
Reference in New Issue
Block a user