Browse Source

added env = QT_QPA_PLATFORMTHEME,qt6ct onn ENVariables.conf

Updated Chroma Tally waybar style
pull/232/head
JaKooLit 2 years ago
parent
commit
1da52d875d
  1. 3
      config/hypr/UserConfigs/ENVariables.conf
  2. 67
      config/waybar/style/[Pywal] Chroma Tally.css

3
config/hypr/UserConfigs/ENVariables.conf

@ -5,7 +5,8 @@ env = CLUTTER_BACKEND,wayland
env = GDK_BACKEND,wayland,x11 env = GDK_BACKEND,wayland,x11
env = QT_AUTO_SCREEN_SCALE_FACTOR,1 env = QT_AUTO_SCREEN_SCALE_FACTOR,1
env = QT_QPA_PLATFORM,wayland;xcb env = QT_QPA_PLATFORM,wayland;xcb
env = QT_QPA_PLATFORMTHEME,qt5ct env = QT_QPA_PLATFORMTHEME,qt5ct
env = QT_QPA_PLATFORMTHEME,qt6ct
env = QT_SCALE_FACTOR,1 env = QT_SCALE_FACTOR,1
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1 env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
env = XDG_CURRENT_DESKTOP,Hyprland env = XDG_CURRENT_DESKTOP,Hyprland

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

@ -21,34 +21,45 @@ window#waybar {
border-color: @color2; border-color: @color2;
} }
#workspaces {
background: #0F1419;
padding: 0px 1px;
border-radius: 15px;
border: 0px;
font-style: normal;
color: #0F1419;
}
#taskbar button,
#workspaces button { #workspaces button {
color: #eceff4; padding: 0px 5px;
box-shadow: none; border-radius: 15px;
text-shadow: none; border: 0px;
padding: 0px; color: #0F1419;
border-radius: 9px; background: linear-gradient(45deg, #95E6CB, #59C2FF, #D2A6FF);
padding-left: 4px; opacity: 0.5;
padding-right: 4px; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
animation: gradient_f 20s ease-in infinite;
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
} }
#taskbar button.active,
#workspaces button.active { #workspaces button.active {
border-radius: 15px; padding: 0px 5px;
background-color: @color2; border-radius: 15px;
padding-left: 8px; border: 0px;
padding-right: 8px; color: #0F1419;
animation: gradient_f 20s ease-in infinite; background: linear-gradient(45deg, #59C2FF, #D2A6FF);
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); opacity: 1.0;
min-width: 40px;
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
} }
#workspaces button:hover { #workspaces button:hover {
color: @color2; border-radius: 15px;
background-color: rgba(0,153,153,0); color: #0F1419;
padding-left: 2px; background: linear-gradient(45deg, #59C2FF, #D2A6FF);
padding-right: 2px; opacity: 0.8;
animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
} }
#backlight, #backlight,
@ -213,20 +224,6 @@ window#waybar {
color:#d08770; color:#d08770;
} }
#taskbar button.active {
background-color: #7f849c;
padding-left: 12px;
padding-right: 12px;
animation: gradient_f 20s ease-in infinite;
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
}
#taskbar button:hover {
padding-left: 3px;
padding-right: 3px;
animation: gradient_f 20s ease-in infinite;
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
}
#pulseaudio-slider slider { #pulseaudio-slider slider {
min-width: 0px; min-width: 0px;
min-height: 0px; min-height: 0px;

Loading…
Cancel
Save