Skip to content

Commit

Permalink
Updated defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed Mar 31, 2023
1 parent d6ec3f8 commit 5eca2fe
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 25 deletions.
6 changes: 5 additions & 1 deletion common/config/polybar/.env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ export POLYBAR_MODULES_BACKLIGHT_CARD=intel_backlight

export POLYBAR_TOP_RADIUS=12.0

export POLYBAR_TOP_BACKGROUND=
export POLYBAR_BOTTOM_TRAY_POSITION=right

export POLYBAR_TOP_BACKGROUND=#00000000
export POLYBAR_TOP_BACKGROUND_ALT=
export POLYBAR_TOP_FOREGROUND=
export POLYBAR_TOP_FOREGROUND_ALT=
Expand All @@ -46,6 +48,8 @@ export POLYBAR_TOP_BORDER_LEFT_SIZE=

export POLYBAR_BOTTOM_RADIUS=12.0

export POLYBAR_BOTTOM_TRAY_POSITION=hidden

export POLYBAR_BOTTOM_BACKGROUND=#00000000
export POLYBAR_BOTTOM_BACKGROUND_ALT=
export POLYBAR_BOTTOM_FOREGROUND=
Expand Down
7 changes: 3 additions & 4 deletions common/config/polybar/polybars/bottom.conf
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,9 @@ modules-left = ${env:POLYBAR_BOTTOM_LEFT:i3}
modules-center = ${env:POLYBAR_BOTTOM_CENTER:}
modules-right = ${env:POLYBAR_BOTTOM_RIGHT:keyboard}

tray-position = hidden
tray-padding = 2
;tray-transparent = true
;tray-background = #0063ff
tray-position = ${env:POLYBAR_BOTTOM_TRAY_POSITION:right}
tray-offset-x = -8
tray-offset-y = -2

;wm-restack = bspwm
wm-restack = i3
Expand Down
7 changes: 3 additions & 4 deletions common/config/polybar/polybars/small-bottom.conf
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,9 @@ modules-left = ${env:POLYBAR_BOTTOM_LEFT:i3}
modules-center = ${env:POLYBAR_BOTTOM_CENTER:}
modules-right = ${env:POLYBAR_BOTTOM_RIGHT:keyboard filesystem memory cpu temperature}

tray-position = hidden
tray-padding = 2
;tray-transparent = true
;tray-background = #0063ff
tray-position = ${env:POLYBAR_BOTTOM_TRAY_POSITION:right}
tray-offset-x = -8
tray-offset-y = -2

;wm-restack = bspwm
wm-restack = i3
Expand Down
7 changes: 3 additions & 4 deletions common/config/polybar/polybars/small-top-only.conf
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,9 @@ modules-left = ${env:POLYBAR_TOP_LEFT:jgmenu menu window_switch pulseaudio backl
modules-center = ${env:POLYBAR_TOP_CENTER:date-popup}
modules-right = ${env:POLYBAR_TOP_RIGHT:pkg keyboard memory cpu temperature battery networkmanager-dmenu}

tray-position = hidden
tray-padding = 2
;tray-transparent = true
;tray-background = #0063ff
tray-position = ${env:POLYBAR_TOP_TRAY_POSITION:right}
tray-offset-x = -8
tray-offset-y = -2

;wm-restack = bspwm
wm-restack = i3
Expand Down
7 changes: 3 additions & 4 deletions common/config/polybar/polybars/small-top.conf
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,9 @@ modules-left = ${env:POLYBAR_TOP_LEFT:jgmenu menu window_switch}
modules-center = ${env:POLYBAR_TOP_CENTER:date-popup}
modules-right = ${env:POLYBAR_TOP_RIGHT:pkg pulseaudio backlight-acpi networkmanager-dmenu}

tray-position = hidden
tray-padding = 2
;tray-transparent = true
;tray-background = #0063ff
tray-position = ${env:POLYBAR_TOP_TRAY_POSITION:right}
tray-offset-x = -8
tray-offset-y = -2

;wm-restack = bspwm
wm-restack = i3
Expand Down
7 changes: 3 additions & 4 deletions common/config/polybar/polybars/top-only.conf
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,9 @@ modules-left = ${env:POLYBAR_TOP_LEFT:jgmenu menu window_switch pulseaudio backl
modules-center = ${env:POLYBAR_TOP_CENTER:date-popup}
modules-right = ${env:POLYBAR_TOP_RIGHT:pkg keyboard memory cpu temperature battery networkmanager-dmenu}

tray-position = hidden
tray-padding = 2
;tray-transparent = true
;tray-background = #0063ff
tray-position = ${env:POLYBAR_TOP_TRAY_POSITION:right}
tray-offset-x = -8
tray-offset-y = -2

;wm-restack = bspwm
wm-restack = i3
Expand Down
7 changes: 3 additions & 4 deletions common/config/polybar/polybars/top.conf
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,9 @@ modules-left = ${env:POLYBAR_TOP_LEFT:jgmenu menu window_switch pulseaudio-bar b
modules-center = ${env:POLYBAR_TOP_CENTER:date-popup}
modules-right = ${env:POLYBAR_TOP_RIGHT:pkg filesystem memory cpu temperature networkmanager-dmenu}

tray-position = hidden
tray-padding = 2
;tray-transparent = true
;tray-background = #0063ff
tray-position = ${env:POLYBAR_TOP_TRAY_POSITION:right}
tray-offset-x = -8
tray-offset-y = -2

;wm-restack = bspwm
wm-restack = i3
Expand Down

0 comments on commit 5eca2fe

Please sign in to comment.