mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 20:20:38 +02:00
Update .config/btop/btop.conf
Update .config/hypr/hyprland/exec.conf Update .config/hypr/hyprland/monitors.conf Update .config/hypr/hyprland/rules/vesktop.conf Update .config/waybar/config.jsonc Update .config/waybar/style.css
This commit is contained in:
@@ -1,143 +1,76 @@
|
||||
@import "./colors.css";
|
||||
|
||||
/* Global styles */
|
||||
* {
|
||||
transition: 0.4s all ease-in-out;
|
||||
font-family: "Cousine Nerd Font Mono";
|
||||
transition: 0.7s all ease-in-out;
|
||||
font-size: 16px;
|
||||
padding: 2px;
|
||||
margin: 1px 4px;
|
||||
font-family: inherit;
|
||||
padding: 3px;
|
||||
margin: 1px 2px;
|
||||
color: @text;
|
||||
text-shadow: none;
|
||||
border-radius: 12px;
|
||||
min-width: 20px;
|
||||
}
|
||||
|
||||
*:hover {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
window {
|
||||
background-color: @base;
|
||||
margin: 1px;
|
||||
}
|
||||
|
||||
/* Window */
|
||||
window#waybar {
|
||||
background: @surface0;
|
||||
border-radius: 12px;
|
||||
background-color: @base;
|
||||
}
|
||||
|
||||
/* modules */
|
||||
/* Workspaces */
|
||||
#workspaces button {
|
||||
background-color: @surface1;
|
||||
margin-left: 5px;
|
||||
color: @text;
|
||||
padding: 2px;
|
||||
margin: 1px;
|
||||
background: transparent;
|
||||
color: @lavender;
|
||||
box-shadow: inset 0 1.5px;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
background-color: @blue;
|
||||
color: @base;
|
||||
background-color: @surface1;
|
||||
box-shadow: inset 2px 5px;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
box-shadow: inset 1px 4px 0 1px;
|
||||
background-color: @surface0;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
background-color: @red;
|
||||
animation: blink;
|
||||
animation-duration: 2s;
|
||||
}
|
||||
|
||||
/* Clock */
|
||||
#clock {
|
||||
margin: 10px;
|
||||
font-style: oblique;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
tooltip {
|
||||
background-color: @surface1;
|
||||
color: @text;
|
||||
/* Modules */
|
||||
.modules-left,
|
||||
.modules-right,
|
||||
.modules-center {
|
||||
background-color: @crust;
|
||||
}
|
||||
|
||||
menu {
|
||||
background-color: @surface1;
|
||||
border-radius: 10px;
|
||||
/* Tray */
|
||||
#tray>.needs-attention {
|
||||
background-color: @red;
|
||||
}
|
||||
|
||||
/* moduły */
|
||||
#media,
|
||||
#network,
|
||||
#pulseaudio,
|
||||
#battery {
|
||||
border-radius: 12px;
|
||||
margin: 5px;
|
||||
background-color: @surface2;
|
||||
}
|
||||
|
||||
#tray {
|
||||
background-color: @surface1;
|
||||
border-radius: 5px;
|
||||
padding: 5px;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
#tray:hover {
|
||||
background-color: @blue;
|
||||
color: @base;
|
||||
}
|
||||
|
||||
/* battery */
|
||||
#battery.warning:not(.charging) {
|
||||
background: @yellow;
|
||||
color: @base;
|
||||
animation-name: blink;
|
||||
animation-duration: 1s;
|
||||
animation-timing-function: steps(12);
|
||||
animation-iteration-count: infinite;
|
||||
animation-direction: alternate;
|
||||
}
|
||||
|
||||
#battery.charging,
|
||||
#battery.plugged {
|
||||
color: @base;
|
||||
/* Custom */
|
||||
#custom-spotify:hover {
|
||||
background-color: @green;
|
||||
}
|
||||
|
||||
#battery.critical:not(.charging) {
|
||||
background-color: @red;
|
||||
color: @base;
|
||||
animation-name: blink;
|
||||
animation-duration: 1s;
|
||||
animation-timing-function: steps(12);
|
||||
animation-iteration-count: infinite;
|
||||
animation-direction: alternate;
|
||||
#network:hover {
|
||||
background-color: @sky;
|
||||
}
|
||||
|
||||
@keyframes blink {
|
||||
to {
|
||||
background-color: @red;
|
||||
color: @base;
|
||||
}
|
||||
}
|
||||
|
||||
/* spotify */
|
||||
#custom-spotify {
|
||||
background-color: rgba(100, 149, 237, 0.2);
|
||||
/* delikatny niebieski */
|
||||
color: @text;
|
||||
padding: 10px;
|
||||
margin: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#custom-spotify:hover {
|
||||
background-color: rgba(100, 149, 237, 0.8);
|
||||
color: @base;
|
||||
}
|
||||
|
||||
/* notifications, hardware */
|
||||
#custom-notifications {
|
||||
border-radius: 5px;
|
||||
padding: 5px;
|
||||
margin: 5px;
|
||||
background-color: @surface2;
|
||||
}
|
||||
|
||||
#custom-hardware {
|
||||
border-radius: 10px;
|
||||
margin: 4px;
|
||||
background-color: @surface2;
|
||||
#custom-notifications:hover {
|
||||
background-color: @sapphire;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user