This commit is contained in:
ksyasuda 2022-01-23 17:23:22 -08:00
parent e52d4d1e6b
commit e2ae951ad1
4 changed files with 77 additions and 83 deletions

View File

@ -12,35 +12,28 @@
;; Use pywal.sh in scripts directory to use colors from an image/wallpaper.
;; main colors
background = #3B4252
; background = #3B4252
background = #24282f
; background-alt = #4C566A
; background-alt = "#464b55"
background-alt = "#464b55"
foreground = #ECEFF4
; foreground = #ECEFF4
foreground = #bbc2cf
; foreground-alt = #E5E9F0
foreground-alt = "#abb2bf"
primary = "#98be65"
; white = #FFFFFF
white = "#bbc2cf"
; black = #000000
black = "#464b55"
; red = #EC7875
red = "#ff6c6b"
pink = #EC6798
; purple = #BE78D1
purple = "#c678dd"
; blue = #75A4CD
blue = "#51afef"
; cyan = #00C7DF
cyan = "#46d9ff"
teal = #00B19F
; green = #61C766
green = "#98be65"
lime = #B9C244
; yellow = #EBD369
yellow = "#ecbe7b"
amber = #EDB83F
; orange = #E57C46
orange = #da8548
brown = #AC8476
gray = #9E9E9E

View File

@ -63,14 +63,15 @@ fixed-center = true
; 50%:-10, this will result in a width or height of 50% minus 10 pixels
width = 96%
; height = 34
height = 65
; height = 65
height = 70
; Offset 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 an offset in the x or y direction
; of 50% minus 10 pixels
offset-x = 2%
offset-y = 0%
offset-y = 0.33%
; Background ARGB color (e.g. #f00, #ff992a, #ddff1023)
background = ${color.background}

View File

@ -8,7 +8,7 @@
dir="$HOME/SudacodeRice/polybar-themes/sblocks/scripts/rofi"
uptime=$(uptime -p | sed -e 's/up //g')
rofi_command="rofi -theme $dir/powermenu.rasi"
rofi_command="rofi -theme $HOME/.config/rofi/config.rasi"
# Options
shutdown=" Shutdown"

View File

@ -107,7 +107,7 @@ content-foreground = ${color.foreground}
content-overline = ${color.background}
content-underline = ${color.background}
click-left = ~/.config/polybar/blocks/scripts/powermenu.sh &
click-left = $HOME/SudacodeRice/polybar-themes/sblocks/scripts/powermenu.sh &
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_