|
|
|
|
@ -6,6 +6,9 @@ source = $HOME/.cache/wal/colors-hyprland
|
|
|
|
|
|
|
|
|
|
# wallpaper and picture variables # supports png, jpg, webp (no animations, though) |
|
|
|
|
$wallpaper = $HOME/.config/rofi/.current_wallpaper |
|
|
|
|
|
|
|
|
|
# you can put your profile picture path here if wanted |
|
|
|
|
# by default is your current wallpaper. See note above regarding format support |
|
|
|
|
$picture = $HOME/.config/rofi/.current_wallpaper |
|
|
|
|
|
|
|
|
|
general { |
|
|
|
|
@ -20,7 +23,7 @@ background {
|
|
|
|
|
|
|
|
|
|
# all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations |
|
|
|
|
blur_size = 4 |
|
|
|
|
blur_passes = 2 # 0 disables blurring |
|
|
|
|
blur_passes = 3 # 0 disables blurring |
|
|
|
|
noise = 0.0117 |
|
|
|
|
contrast = 1.3000 # Vibrant!!! |
|
|
|
|
brightness = 0.8000 |
|
|
|
|
@ -87,7 +90,6 @@ text = cmd[update:1000] echo "<b><big> $(date +"%H:%M:%S") </big></b>" # 24H
|
|
|
|
|
valign = center |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
# user |
|
|
|
|
label { |
|
|
|
|
monitor = |
|
|
|
|
text = $USER |
|
|
|
|
@ -100,7 +102,6 @@ label {
|
|
|
|
|
valign = bottom |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
# uptime |
|
|
|
|
label { |
|
|
|
|
monitor = |
|
|
|
|
text = cmd[update:60000] echo "<b> "$(uptime -p)" </b>" |
|
|
|
|
@ -112,7 +113,6 @@ label {
|
|
|
|
|
valign = bottom |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
# weather (note: this cause delay) |
|
|
|
|
label { |
|
|
|
|
monitor = |
|
|
|
|
text = cmd[update:3600000] ping -c 1 wttr.in > /dev/null && curl -s 'wttr.in?format=2' # For specific location : wttr.in/busan?format=2 |
|
|
|
|
@ -124,12 +124,11 @@ label {
|
|
|
|
|
valign = bottom |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
# picture |
|
|
|
|
image { |
|
|
|
|
monitor = |
|
|
|
|
path = $picture # set the picture path above |
|
|
|
|
size = 230 |
|
|
|
|
rounding = -2 |
|
|
|
|
rounding = -1 # negative values mean circle |
|
|
|
|
border_size = 1 |
|
|
|
|
border_color = $color12 |
|
|
|
|
rotate = 0 |
|
|
|
|
|