This commit is contained in:
ksyasuda
2022-01-23 02:30:01 -08:00
parent 5d4b7eee41
commit 57ec380340
12 changed files with 424 additions and 19 deletions

View File

@@ -61,7 +61,8 @@ fixed-center = true
; Dimension defined as pixel value (e.g. 35) or percentage (e.g. 50%),
; the percentage can optionally be extended with a pixel offset like so:
; 50%:-10, this will result in a width or height of 50% minus 10 pixels
width = 95%
; width = 95%
width = 99.2%
; height = 34
height = 40
@@ -69,8 +70,9 @@ height = 40
; the percentage can optionally be extended with a pixel offset like so:
; 50%:-10, this will result in an offset in the x or y direction
; of 50% minus 10 pixels
offset-x = 2.5%
offset-y = 0%
; offset-x = 2.5%
offset-x = 0.4%
offset-y = 0.38%
; Background ARGB color (e.g. #f00, #ff992a, #ddff1023)
background = ${color.background}
@@ -87,8 +89,9 @@ foreground = ${color.foreground}
; doesn't get rounded
; Individual top/bottom values can be defined using:
; radius-{top,bottom}
radius-top = 0.0
radius-bottom = 0.0
; HANDLED BY PICOM
; radius-top = 0.0
; radius-bottom = 0.0
; Under-/overline pixel size and argb color
; Individual values can be defined using:
@@ -114,7 +117,7 @@ border-bottom-color = ${color.primary}
; Number of spaces to add at the beginning/end of the bar
; Individual side values can be defined using:
; padding-{left,right}
padding = 0
padding = 1
; Number of spaces to add before/after each module
; Individual side values can be defined using:

View File

@@ -71,9 +71,9 @@ label-padding = 2
[module/launcher]
type = custom/text
content-prefix =
content-prefix = ""
content-prefix-background = ${color.teal}
content-prefix-padding = 1
content-prefix-padding = 2
content = " Menu "
content-background = ${color.background-alt}
@@ -83,7 +83,7 @@ content-underline = ${color.background}
; "click-(left|middle|right)" will be executed using "/usr/bin/env sh -c $COMMAND"
; click-left = ~/.config/polybar/blocks/scripts/launcher.sh &
click-left = ~/SudacodeRice/scripts/menu_small &
click-left = rofi -show drun
;;click-middle = ~/.config/polybar/blocks/scripts/launcher-full
click-right = ~/SudacodeRice/scripts/menu_full &
; click-right = ~/.config/polybar/blocks/scripts/style-switch.sh &
@@ -97,9 +97,9 @@ click-right = ~/SudacodeRice/scripts/menu_full &
[module/sysmenu]
type = custom/text
content-prefix =
content-prefix = "⏻"
content-prefix-background = ${color.red}
content-prefix-padding = 1
content-prefix-padding = 2
content = " System "
content-background = ${color.background-alt}