|
|
|
@ -4,14 +4,18 @@ |
|
|
|
|
|
|
|
|
|
|
|
source = $HOME/.cache/wal/colors-hyprland |
|
|
|
source = $HOME/.cache/wal/colors-hyprland |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# wallpaper and picture variables # NOTE only png supported for now |
|
|
|
|
|
|
|
$wallpaper = $HOME/.config/rofi/.current_wallpaper |
|
|
|
|
|
|
|
$picture = $HOME/.config/rofi/.current_wallpaper |
|
|
|
|
|
|
|
|
|
|
|
general { |
|
|
|
general { |
|
|
|
grace = 1 |
|
|
|
grace = 0.5 |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
background { |
|
|
|
background { |
|
|
|
monitor = |
|
|
|
monitor = |
|
|
|
path = screenshot # screenshot of your desktop |
|
|
|
path = screenshot # screenshot of your desktop |
|
|
|
# path = $HOME/.config/rofi/.current_wallpaper # NOTE only png supported for now |
|
|
|
#path = $wallpaper # set the picture path above |
|
|
|
color = $color7 |
|
|
|
color = $color7 |
|
|
|
|
|
|
|
|
|
|
|
# all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations |
|
|
|
# all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations |
|
|
|
@ -75,7 +79,7 @@ label { |
|
|
|
# text = cmd[update:1000] echo "<b><big> $(date +"%I:%M:%S %p") </big></b>" # AM/PM |
|
|
|
# text = cmd[update:1000] echo "<b><big> $(date +"%I:%M:%S %p") </big></b>" # AM/PM |
|
|
|
text = cmd[update:1000] echo "<b><big> $(date +"%H:%M:%S") </big></b>" # 24H |
|
|
|
text = cmd[update:1000] echo "<b><big> $(date +"%H:%M:%S") </big></b>" # 24H |
|
|
|
color = $color7 |
|
|
|
color = $color7 |
|
|
|
font_size = 94 |
|
|
|
font_size = 90 |
|
|
|
font_family = JetBrains Mono Nerd Font 10 |
|
|
|
font_family = JetBrains Mono Nerd Font 10 |
|
|
|
|
|
|
|
|
|
|
|
position = 0, -150 |
|
|
|
position = 0, -150 |
|
|
|
@ -87,7 +91,7 @@ label { |
|
|
|
monitor = |
|
|
|
monitor = |
|
|
|
text = $USER |
|
|
|
text = $USER |
|
|
|
color = $color7 |
|
|
|
color = $color7 |
|
|
|
font_size = 18 |
|
|
|
font_size = 24 |
|
|
|
font_family = Inter Display Medium |
|
|
|
font_family = Inter Display Medium |
|
|
|
|
|
|
|
|
|
|
|
position = 0, 200 |
|
|
|
position = 0, 200 |
|
|
|
@ -119,10 +123,10 @@ label { |
|
|
|
|
|
|
|
|
|
|
|
image { |
|
|
|
image { |
|
|
|
monitor = |
|
|
|
monitor = |
|
|
|
path = $HOME/.config/rofi/.current_wallpaper |
|
|
|
path = $picture # set the picture path above |
|
|
|
size = 230 |
|
|
|
size = 230 |
|
|
|
rounding = -1 |
|
|
|
rounding = -2 |
|
|
|
border_size = 4 |
|
|
|
border_size = 1 |
|
|
|
border_color = $color12 |
|
|
|
border_color = $color12 |
|
|
|
rotate = 0 |
|
|
|
rotate = 0 |
|
|
|
reload_time = -1 |
|
|
|
reload_time = -1 |
|
|
|
|