Browse Source

swaync and hyprlock tweaked

pull/273/head
JaKooLit 2 years ago
parent
commit
121766295e
  1. 12
      config/hypr/hyprlock.conf
  2. 4
      config/swaync/style.css

12
config/hypr/hyprlock.conf

@ -17,7 +17,7 @@ background {
color = $color7
# all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations
blur_size = 4
blur_size = 6
blur_passes = 2 # 0 disables blurring
noise = 0.0117
contrast = 1.3000 # Vibrant!!!
@ -33,7 +33,7 @@ input-field {
dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8
dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0
dots_center = true
outer_color = $color1
outer_color = $color5
inner_color = $color0
font_color = $color12
fade_on_empty = true
@ -49,7 +49,7 @@ input-field {
label {
monitor =
text = cmd[update:18000000] echo "<b> "$(date +'%A, %-d %B %Y')" </b>"
color = $color9
color = $color12
font_size = 34
font_family = JetBrains Mono Nerd Font 10
@ -88,7 +88,7 @@ text = cmd[update:1000] echo "<b><big> $(date +"%H:%M:%S") </big></b>" # 24H
label {
monitor =
text = $USER
color = $color9
color = $color12
font_size = 18
font_family = Inter Display Medium
@ -127,8 +127,8 @@ image {
path = $HOME/.config/rofi/.current_wallpaper
size = 230
rounding = -1
border_size = 4
border_color = $color1
border_size = 2
border_color = $color11
rotate = 0
reload_time = -1
position = 0, 300

4
config/swaync/style.css

@ -3,10 +3,10 @@
@import '../../.config/waybar/wallust/colors-waybar.css';
@define-color noti-border-color @color9;
@define-color noti-border-color @color12;
@define-color noti-bg rgba(0, 0, 0, 0.8);
@define-color noti-bg-alt #111111;
@define-color noti-bg-hover @color2;
@define-color noti-bg-hover @color9;
@define-color text-color @foreground;
@define-color text-color-alt @foreground;
@define-color text-color-disabled rgba(150, 150, 150, 0.8);

Loading…
Cancel
Save