feat: remove floating bar, reduce top gap
This commit is contained in:
parent
4524badf49
commit
00cef52dcf
2 changed files with 21 additions and 17 deletions
|
@ -4,7 +4,7 @@
|
|||
; ██║██║╚██╗██║██╔══╝ ██╔══██║██║╚██╗██║ ██║ ██║ ██║ ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗ ██║ ██║ ██║██║╚██╗██║██╔══╝ ██║██║ ██║
|
||||
; ██║██║ ╚████║███████╗██║ ██║██║ ╚████║ ██║ ╚██████╔╝ ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║ ╚██████╗╚██████╔╝██║ ╚████║██║ ██║╚██████╔╝
|
||||
; ╚═╝╚═╝ ╚═══╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═╝ ╚═════╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═══╝╚═╝ ╚═╝ ╚═════╝
|
||||
; (updated 11/05/2025)
|
||||
; (updated 01/07/2025)
|
||||
|
||||
######################################
|
||||
# SETTINGS #
|
||||
|
@ -32,24 +32,25 @@ disabled = #707880
|
|||
######################################
|
||||
|
||||
[bar/default]
|
||||
width = 99%
|
||||
height = 4%
|
||||
width = 100%
|
||||
height = 3%
|
||||
radius = 0
|
||||
dpi = 84
|
||||
dpi = 70
|
||||
|
||||
background = ${colors.background}
|
||||
foreground = ${colors.foreground}
|
||||
|
||||
border-size = 2px
|
||||
#border-size = 1px
|
||||
border-color = ${colors.primary}
|
||||
|
||||
offset-x = 10px
|
||||
offset-y = 10px
|
||||
offset-x = 0px
|
||||
offset-y = 0px
|
||||
|
||||
padding-left = 10px
|
||||
padding-right = 3px
|
||||
padding-right = 10px
|
||||
padding-top = 5px
|
||||
|
||||
module-margin = 10px
|
||||
module-margin = 5px
|
||||
|
||||
separator = ""
|
||||
separator-foreground = ${colors.disabled}
|
||||
|
@ -59,7 +60,7 @@ font-1 = FontAwesome:size=11
|
|||
|
||||
modules-left = i3
|
||||
modules-right = memory cpu pulseaudio tray
|
||||
modules-center = date menu-apps
|
||||
modules-center = date battery menu-apps
|
||||
cursor-click = pointer
|
||||
cursor-scroll = ns-resize
|
||||
|
||||
|
@ -94,7 +95,7 @@ menu-1-1-exec = chromium
|
|||
|
||||
[module/tray]
|
||||
type = internal/tray
|
||||
tray-size = 40%
|
||||
tray-size = 50%
|
||||
|
||||
[module/xworkspaces]
|
||||
type = internal/xworkspaces
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue