Browse Source

Updated Swaync light theme mode; Deleted swaylock folder as not gonna use anymore; updated default v2 waybar configs, updated Chroma Tally waybar css

pull/233/head
JaKooLit 2 years ago
parent
commit
dc0ca9bec8
  1. 59
      config/swaylock/config
  2. 20
      config/swaync/style.css
  3. 9
      config/waybar/configs/[TOP] Default Laptop_v2
  4. 5
      config/waybar/configs/[TOP] Default_v2
  5. 52
      config/waybar/style/[Pywal] Chroma Tally.css

59
config/swaylock/config

@ -1,59 +0,0 @@
daemonize
show-failed-attempts
clock
# AM/PM formats (American Format)
#datestr=%a, %B %e
#timestr=%I:%M %p
#24 HRS clock format and standard Europe Date Format
timestr=%H:%M:%S
datestr=%d %B, %a
# Add current display as background
#screenshots
# Add an image as a background. You need to disable screenshots above
image=$HOME/.config/rofi/.current_wallpaper
# Effect for background
# NOTE: if you choose image as wallpaper, you may want to comment (#) these effects
# effect-blur=9x5
# effect-vignette=0.5:0.5
effect-greyscale
# effect-pixelate=5
color=1f1d2e80
font="Fira Code Medium"
indicator
indicator-radius=200
indicator-thickness=20
text-color=e0def4
text-caps-lock-color=ffffff
inside-color=000000
line-color=1f1d2e
ring-color=191724
separator-color=00000000
text-ver-color=ffffff
inside-ver-color=000000
line-ver-color=0000ff
ring-ver-color=2777ff
text-wrong-color=ff0000
inside-wrong-color=000000
line-wrong-color=000000
ring-wrong-color=ff8000
text-clear-color=000000
inside-clear-color=ffffff
line-clear-color=00ff00
ring-clear-color=0ffff0
key-hl-color=ff0000
bs-hl-color=ffffff
grace=1
grace-no-mouse
grace-no-touch
fade-in=0.2
ignore-empty-password

20
config/swaync/style.css

@ -3,16 +3,16 @@
@import '../../.cache/wal/colors-waybar.css';
@define-color noti-border-color @color2;
@define-color noti-bg rgba(0, 0, 0, 0.8);
@define-color noti-bg-alt #111111;
@define-color noti-bg rgba(255, 255, 255, 0.9);
@define-color noti-bg-alt #F0F0F0;
@define-color noti-bg-hover @color2;
@define-color text-color @color2;
@define-color text-color-alt @color7;
@define-color text-color @color7;
@define-color text-color-alt @color2;
@define-color text-color-disabled rgba(150, 150, 150, 0.8);
* {
font-family: FiraCode;
font-weight: Bolder;
font-family: "JetBrains Mono Nerd Font";
font-weight: bold;
}
.control-center .notification-row:focus,
@ -36,7 +36,7 @@
background: @noti-bg;
padding: 3px 10px 3px 6px;
border-radius: 10px;
border: 2px solid @noti-border-color;
border: 1px solid @noti-border-color;
margin: 0px;
}
@ -136,7 +136,7 @@
.summary {
font-size: 1rem;
font-weight: 200;
font-weight: bold;
background: transparent;
color: @text-color-alt;
text-shadow: none
@ -144,7 +144,7 @@
.time {
font-size: 1rem;
font-weight: 200;
font-weight: bold;
background: transparent;
color: @text-color;
text-shadow: none;
@ -153,7 +153,7 @@
.body {
font-size: 1rem;
font-weight: 200;
font-weight: bold;
background: transparent;
color: @text-color;
text-shadow: none

9
config/waybar/configs/[TOP] Default Laptop_v2

@ -17,11 +17,11 @@
"modules-left": [
"custom/menu",
"custom/light_dark",
"custom/separator#dot-line",
"clock",
"group/motherboard",
"custom/separator#blank"
"group/laptop"
"custom/separator#blank",
"group/laptop",
"custom/separator#line",
"custom/weather",
],
@ -29,7 +29,8 @@
"modules-center": [
"custom/swaync",
"custom/cava_mviz",
"custom/light_dark",
"custom/separator#dot-line",
"clock",
"custom/separator#line",
"hyprland/workspaces#roman",
"custom/separator#line",

5
config/waybar/configs/[TOP] Default_v2

@ -17,8 +17,8 @@
"modules-left": [
"custom/menu",
"custom/light_dark",
"custom/separator#dot-line",
"clock",
"group/motherboard",
"custom/separator#line",
"custom/weather",
@ -27,7 +27,8 @@
"modules-center": [
"custom/swaync",
"custom/cava_mviz",
"custom/light_dark",
"custom/separator#dot-line",
"clock",
"custom/separator#line",
"hyprland/workspaces#roman",
"custom/separator#line",

52
config/waybar/style/[Pywal] Chroma Tally.css

@ -22,43 +22,43 @@ window#waybar {
}
#workspaces {
background: #0F1419;
padding: 0px 1px;
border-radius: 15px;
border: 0px;
font-style: normal;
color: #0F1419;
background: #0F1419;
padding: 0px 1px;
border-radius: 15px;
border: 0px;
font-style: normal;
color: #0F1419;
}
#taskbar button,
#workspaces button {
padding: 0px 5px;
border-radius: 15px;
border: 0px;
color: #0F1419;
background: linear-gradient(45deg, #95E6CB, #59C2FF, #D2A6FF);
opacity: 0.5;
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
padding: 0px 5px;
border-radius: 15px;
border: 0px;
color: #0F1419;
background: linear-gradient(45deg, #95E6CB, #59C2FF, #D2A6FF);
opacity: 0.5;
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
}
#taskbar button.active,
#workspaces button.active {
padding: 0px 5px;
border-radius: 15px;
border: 0px;
color: #0F1419;
background: linear-gradient(45deg, #59C2FF, #D2A6FF);
opacity: 1.0;
min-width: 40px;
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
padding: 0px 5px;
border-radius: 15px;
border: 0px;
color: #0F1419;
background: linear-gradient(45deg, #59C2FF, #D2A6FF);
opacity: 1.0;
min-width: 40px;
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
}
#workspaces button:hover {
border-radius: 15px;
color: #0F1419;
background: linear-gradient(45deg, #59C2FF, #D2A6FF);
opacity: 0.8;
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
border-radius: 15px;
color: #0F1419;
background: linear-gradient(45deg, #59C2FF, #D2A6FF);
opacity: 0.8;
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
}

Loading…
Cancel
Save