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