Lots: Visual overhaul because I got bored with the last one.
This commit is contained in:
@@ -59,7 +59,7 @@ font-4 =
|
||||
[template/bar]
|
||||
# Rendering of the bar
|
||||
width = 100%
|
||||
height = 28
|
||||
height = 30
|
||||
|
||||
# Module padding and spacing
|
||||
padding = 2
|
||||
@@ -84,6 +84,7 @@ font-4 = ${res/fonts.font-4}
|
||||
#====================
|
||||
[bar/alpha]
|
||||
inherit = template/bar
|
||||
monitor = eDP1
|
||||
bottom = true
|
||||
tray-position = right
|
||||
|
||||
@@ -100,11 +101,15 @@ monitor = eDP1
|
||||
bottom = true
|
||||
tray-position = right
|
||||
|
||||
background = #001d2021
|
||||
padding = 1
|
||||
|
||||
overline-size = 4
|
||||
border-size = 4
|
||||
border-color = ${res/colors.background-2}
|
||||
|
||||
modules-left = i3 bspwm |
|
||||
modules-center = xwindow-label
|
||||
modules-right = | temperature-label-alert mpd-mini wlan-network-mini volume-ramp-mini battery-ramp-mini | weather-mini date-mini
|
||||
modules-right = | temperature-label-alert mpd-mini | temperature-label-alert weather-mini wlan-network-mini volume-ramp-mini battery-ramp-mini | date-mini
|
||||
|
||||
#========================================
|
||||
# MODULES
|
||||
@@ -114,8 +119,9 @@ modules-right = | temperature-label-alert mpd-mini wlan-network-mini volume-ramp
|
||||
#====================
|
||||
[module/|]
|
||||
type = custom/text
|
||||
content = |
|
||||
content = " "
|
||||
content-foreground = ${res/colors.foreground}
|
||||
content-background = ${res/colors.background-2}
|
||||
|
||||
# CUSTOM
|
||||
#====================
|
||||
@@ -181,12 +187,14 @@ label-mode-background = ${res/colors.primary}
|
||||
# Active workspace on focused monitor
|
||||
label-focused = %name%
|
||||
label-focused-padding = ${self.label-mode-padding}
|
||||
label-focused-overline = ${res/colors.primary}
|
||||
label-focused-foreground = ${res/colors.background}
|
||||
label-focused-background = ${res/colors.primary}
|
||||
|
||||
# Active workspace on unfocused monitor
|
||||
label-visible = ${self.label-focused}
|
||||
label-visible-padding = ${self.label-focused-padding}
|
||||
label-visible-overline = ${res/colors.primary-dark}
|
||||
label-visible-foreground = ${self.label-focused-foreground}
|
||||
label-visible-background = ${res/colors.primary-dark}
|
||||
|
||||
# Inactive workspace
|
||||
label-unfocused = ${self.label-focused}
|
||||
@@ -195,7 +203,8 @@ label-unfocused-padding = ${self.label-focused-padding}
|
||||
# Urgent workspace
|
||||
label-urgent = ${self.label-focused}
|
||||
label-urgent-padding = ${self.label-focused-padding}
|
||||
label-urgent-overline = ${res/colors.alert}
|
||||
label-urgent-foreground = ${self.label-focused-foreground}
|
||||
label-urgent-background = ${res/colors.alert}
|
||||
|
||||
[module/bspwm]
|
||||
inherit = template/module
|
||||
|
Reference in New Issue
Block a user