Hyprland-dotfiles/waybar/themes/ml4w-blur-custom/style.css

497 lines
11 KiB
CSS
Raw Normal View History

2024-03-28 19:30:14 -04:00
/*
2024-05-26 18:22:25 -04:00
* __ __ _ ____ _ _
* \ \ / /_ _ _ _| |__ __ _ _ __ / ___|| |_ _ _| | ___
* \ \ /\ / / _` | | | | '_ \ / _` | '__| \___ \| __| | | | |/ _ \
* \ V V / (_| | |_| | |_) | (_| | | ___) | |_| |_| | | __/
* \_/\_/ \__,_|\__, |_.__/ \__,_|_| |____/ \__|\__, |_|\___|
* |___/ |___/
*
* by Stephan Raabe (2023)
* -----------------------------------------------------
2024-03-28 19:30:14 -04:00
*/
/* -----------------------------------------------------
2024-05-26 18:22:25 -04:00
* Import Pywal colors
2024-03-28 19:30:14 -04:00
* ----------------------------------------------------- */
/* @import 'style-light.css'; */
/* -----------------------------------------------------
2024-05-26 18:22:25 -04:00
* General
2024-03-28 19:30:14 -04:00
* ----------------------------------------------------- */
* {
2024-05-26 18:22:25 -04:00
font-family: "Fira Code Nerd Font";
font-weight: 700;
2024-03-28 19:30:14 -04:00
border: none;
border-radius: 0px;
}
window#waybar {
2024-05-26 18:22:25 -04:00
background-color: rgba(0,0,0,0.1);
2024-03-28 19:30:14 -04:00
border-bottom: 0px solid #ffffff;
/* color: #FFFFFF; */
transition-property: background-color;
transition-duration: .5s;
}
/* -----------------------------------------------------
2024-05-26 18:22:25 -04:00
* Workspaces
2024-03-28 19:30:14 -04:00
* ----------------------------------------------------- */
#workspaces {
background: @workspacesbackground1;
2024-05-26 18:22:25 -04:00
margin: 8px 10px 8px 0px;
2024-03-28 19:30:14 -04:00
padding: 0px 1px;
2024-05-26 18:22:25 -04:00
border-radius: 10px;
2024-03-28 19:30:14 -04:00
border: 0px;
font-weight: bold;
font-style: normal;
opacity: 0.8;
2024-05-26 18:22:25 -04:00
font-size: 14px;
2024-03-28 19:30:14 -04:00
color: @textcolor1;
}
#workspaces button {
padding: 0px 5px;
2024-05-26 18:22:25 -04:00
margin: 3px;
border-radius: 10px;
2024-03-28 19:30:14 -04:00
border: 0px;
color: @textcolor1;
2024-05-26 18:22:25 -04:00
background: @workspacesbackground2;
2024-03-28 19:30:14 -04:00
transition: all 0.3s ease-in-out;
opacity: 0.4;
}
#workspaces button.active {
color: @textcolor1;
background: @workspacesbackground2;
2024-05-26 18:22:25 -04:00
border-radius: 10px;
min-width: 30px;
2024-03-28 19:30:14 -04:00
transition: all 0.3s ease-in-out;
opacity:1.0;
}
2024-05-26 18:22:25 -04:00
#workspaces button.empty {
border-radius: 10px;
border: 0px;
color: @textcolor1;
background: transparent;
transition: all 0.3s ease-in-out;
opacity: 0.5;
}
2024-03-28 19:30:14 -04:00
#workspaces button:hover {
color: @textcolor1;
background: @workspacesbackground2;
2024-05-26 18:22:25 -04:00
border-radius: 10px;
2024-03-28 19:30:14 -04:00
opacity:0.7;
}
/* -----------------------------------------------------
* Tooltips
* ----------------------------------------------------- */
tooltip {
border-radius: 10px;
background-color: @backgroundlight;
opacity:0.8;
padding:20px;
margin:0px;
}
tooltip label {
color: @textcolor2;
}
/* -----------------------------------------------------
* Window
* ----------------------------------------------------- */
#window {
2024-05-26 18:22:25 -04:00
font-family: "Fira Code Semibold";
2024-03-28 19:30:14 -04:00
background: @backgroundlight;
2024-05-26 18:22:25 -04:00
margin: 8px 10px 8px 0px;
padding: 0px 8px 0px 8px;
border-radius: 10px;
2024-03-28 19:30:14 -04:00
color:@textcolor2;
2024-05-26 18:22:25 -04:00
font-size: 14px;
2024-03-28 19:30:14 -04:00
font-weight:normal;
opacity:0.8;
}
window#waybar.empty #window {
background-color:transparent;
}
/* -----------------------------------------------------
* Taskbar
* ----------------------------------------------------- */
#taskbar {
background: @backgroundlight;
2024-05-26 18:22:25 -04:00
margin: 8px 10px 8px 0px;
2024-03-28 19:30:14 -04:00
padding:0px;
2024-05-26 18:22:25 -04:00
border-radius: 10px;
2024-03-28 19:30:14 -04:00
font-weight: normal;
font-style: normal;
opacity:0.8;
border: 3px solid @backgroundlight;
}
#taskbar button {
margin:0;
2024-05-26 18:22:25 -04:00
border-radius: 10px;
2024-03-28 19:30:14 -04:00
padding: 0px 5px 0px 5px;
2024-05-26 18:22:25 -04:00
opacity: 0.7;
}
#taskbar button.active {
background: @workspacesbackground2;
border-radius: 10px;
opacity:1.0;
2024-03-28 19:30:14 -04:00
}
/* -----------------------------------------------------
* Custom Quicklinks
* ----------------------------------------------------- */
2024-05-26 18:22:25 -04:00
#custom-brave,
#custom-browser,
#custom-keybindings,
#custom-outlook,
#custom-filemanager,
#custom-teams,
#custom-chatgpt,
#custom-calculator,
#custom-windowsvm,
#custom-cliphist,
#custom-wallpaper,
#custom-settings,
#custom-wallpaper,
2024-03-28 19:30:14 -04:00
#custom-system,
#custom-waybarthemes {
margin-right: 23px;
font-size: 20px;
font-weight: bold;
opacity: 0.8;
color: @iconcolor;
}
2024-05-26 18:22:25 -04:00
2024-03-28 19:30:14 -04:00
#custom-system {
margin-right:15px;
}
#custom-wallpaper {
margin-right:25px;
}
#custom-waybarthemes, #custom-settings {
margin-right:20px;
}
#custom-ml4w-welcome {
margin-right: 15px;
background-image: url("../assets/ml4w-icon.png");
background-repeat: no-repeat;
background-position: center;
padding-right: 24px;
}
#custom-chatgpt {
margin-right: 15px;
background-image: url("../assets/ai-icon-20.png");
background-repeat: no-repeat;
background-position: center;
padding-right: 24px;
}
/* -----------------------------------------------------
* Idle Inhibator
* ----------------------------------------------------- */
#idle_inhibitor {
2024-04-15 19:53:17 -04:00
margin-right: 15px;
2024-05-26 18:22:25 -04:00
font-size: 16px;
2024-03-28 19:30:14 -04:00
font-weight: bold;
opacity: 0.8;
color: @iconcolor;
}
#idle_inhibitor.activated {
2024-04-03 14:34:31 -04:00
margin-right: 10px;
2024-03-28 19:30:14 -04:00
font-size: 20px;
font-weight: bold;
opacity: 0.8;
color: #dc2f2f;
}
/* -----------------------------------------------------
* Custom Modules
* ----------------------------------------------------- */
2024-04-03 13:25:27 -04:00
#custom-appmenu, #custom-appmenuicon {
2024-03-28 19:30:14 -04:00
background-color: @backgrounddark;
2024-05-26 18:22:25 -04:00
font-size: 14px;
2024-03-28 19:30:14 -04:00
color: @textcolor1;
2024-05-26 18:22:25 -04:00
border-radius: 10px;
2024-03-28 19:30:14 -04:00
padding: 0px 10px 0px 10px;
2024-05-26 18:22:25 -04:00
margin: 8px 10px 8px 10px;
2024-03-28 19:30:14 -04:00
opacity:0.8;
2024-05-26 18:22:25 -04:00
/* border:3px solid @bordercolor; */
2024-03-28 19:30:14 -04:00
}
2024-04-03 13:25:27 -04:00
#custom-appmenuicon {
padding-right: 12px;
padding-left: 8px;
}
2024-03-28 19:30:14 -04:00
/* -----------------------------------------------------
* Custom Exit
* ----------------------------------------------------- */
#custom-exit {
2024-05-26 18:22:25 -04:00
margin: 8px 10px 8px 0px;
padding:0px 14px 0px 10px;
font-size: 14px;
2024-03-28 19:30:14 -04:00
color: @iconcolor;
2024-05-26 18:22:25 -04:00
background: @backgrounddark;
border-radius: 10px;
opacity: 0.8;
2024-03-28 19:30:14 -04:00
}
/* -----------------------------------------------------
* Custom Updates
* ----------------------------------------------------- */
#custom-updates {
background-color: @backgroundlight;
2024-05-26 18:22:25 -04:00
font-size: 14px;
2024-03-28 19:30:14 -04:00
color: @textcolor2;
2024-05-26 18:22:25 -04:00
border-radius: 10px;
2024-03-28 19:30:14 -04:00
padding: 2px 10px 0px 10px;
2024-04-03 13:25:27 -04:00
margin: 8px 10px 8px 0px;
2024-03-28 19:30:14 -04:00
opacity:0.8;
}
#custom-updates.green {
background-color: @backgroundlight;
}
#custom-updates.yellow {
background-color: #ff9a3c;
color: #FFFFFF;
}
#custom-updates.red {
background-color: #dc2f2f;
color: #FFFFFF;
}
/* -----------------------------------------------------
* Custom Youtube
* ----------------------------------------------------- */
#custom-youtube {
background-color: @backgroundlight;
2024-05-26 18:22:25 -04:00
font-size: 14px;
2024-03-28 19:30:14 -04:00
color: @textcolor2;
2024-05-26 18:22:25 -04:00
border-radius: 10px;
2024-03-28 19:30:14 -04:00
padding: 2px 10px 0px 10px;
margin: 8px 15px 8px 0px;
opacity:0.8;
}
/* -----------------------------------------------------
* Hardware Group
* ----------------------------------------------------- */
2024-05-26 00:50:57 -04:00
/* #disk,#memory,#cpu,#language {
2024-04-03 13:25:27 -04:00
background-color: @backgroundlight;
2024-05-26 18:22:25 -04:00
font-size: 14px;
2024-04-03 13:25:27 -04:00
color: @textcolor2;
2024-05-26 18:22:25 -04:00
border-radius: 10px;
2024-04-03 13:25:27 -04:00
padding: 2px 10px 0px 10px;
margin: 8px 10px 8px 0px;
opacity:0.8;
2024-05-26 00:50:57 -04:00
} */
2024-05-26 18:22:25 -04:00
/* #cpu {
color: @color2;
} */
#cpu.warning,#memory.warning{
color: #ff9800;
}
#cpu.critical,#memory.warning{
color: #f44336;
}
#hardware,#hardware2 {
2024-05-26 02:54:26 -04:00
background-color: @backgroundlight;
2024-05-26 18:22:25 -04:00
font-size: 14px;
2024-05-26 02:54:26 -04:00
color: @textcolor2;
2024-05-26 18:22:25 -04:00
border-radius: 10px;
padding: 0px 10px 0px 10px;
2024-05-26 02:54:26 -04:00
margin: 8px 10px 8px 0px;
opacity:0.8;
}
2024-03-28 19:30:14 -04:00
2024-05-26 18:22:25 -04:00
#custom-div {
font-weight: 900;
padding: 0px 2px;
color: @color2;
font-size: 18px;
}
2024-03-28 19:30:14 -04:00
#language {
margin-right:10px;
}
/* -----------------------------------------------------
* Clock
* ----------------------------------------------------- */
#clock {
2024-05-26 18:22:25 -04:00
background-color: @backgroundlight;
font-size: 14px;
2024-03-28 19:30:14 -04:00
color: @textcolor1;
2024-05-26 18:22:25 -04:00
border-radius: 10px;
padding: 0px 8px 0px 8px;
margin: 8px 10px 8px 0px;
2024-03-28 19:30:14 -04:00
opacity:0.8;
2024-05-26 18:22:25 -04:00
/* border:3px solid @bordercolor; */
2024-03-28 19:30:14 -04:00
}
/* -----------------------------------------------------
* Pulseaudio
* ----------------------------------------------------- */
#pulseaudio {
2024-05-26 18:22:25 -04:00
/* background-color: @backgroundlight; */
font-size: 14px;
2024-03-28 19:30:14 -04:00
color: @textcolor2;
2024-05-26 18:22:25 -04:00
/* border-radius: 10px; */
/* padding: 0px 10px 0px 10px; */
/* margin: 8px 10px 8px 0px; */
/* opacity:0.8; */
2024-03-28 19:30:14 -04:00
}
#pulseaudio.muted {
2024-05-26 18:22:25 -04:00
/* background-color: @backgrounddark; */
2024-03-28 19:30:14 -04:00
color: @textcolor1;
}
2024-05-26 18:22:25 -04:00
#systems {
background-color: @backgroundlight;
font-size: 14px;
color: @textcolor2;
border-radius: 10px;
padding: 0px 10px 0px 10px;
margin: 8px 10px 8px 0px;
opacity:0.8;
}
2024-03-28 19:30:14 -04:00
/* -----------------------------------------------------
* Network
* ----------------------------------------------------- */
2024-05-26 18:22:25 -04:00
#network {
/* background-color: @backgroundlight; */
font-size: 14px;
2024-03-28 19:30:14 -04:00
color: @textcolor2;
2024-05-26 18:22:25 -04:00
/* border-radius: 10px; */
/* padding: 2px 2px 0px 10px; */
/* margin: 8px 10px 8px 0px; */
/* opacity:0.8; */
2024-03-28 19:30:14 -04:00
}
#network.ethernet {
2024-05-26 18:22:25 -04:00
/* background-color: @backgroundlight; */
2024-03-28 19:30:14 -04:00
color: @textcolor2;
}
#network.wifi {
2024-05-26 18:22:25 -04:00
/* background-color: @backgroundlight; */
2024-03-28 19:30:14 -04:00
color: @textcolor2;
2024-05-26 18:22:25 -04:00
}
2024-03-28 19:30:14 -04:00
/* -----------------------------------------------------
* Bluetooth
* ----------------------------------------------------- */
#bluetooth, #bluetooth.on, #bluetooth.connected {
background-color: @backgroundlight;
2024-05-26 18:22:25 -04:00
font-size: 14px;
2024-03-28 19:30:14 -04:00
color: @textcolor2;
2024-05-26 18:22:25 -04:00
border-radius: 10px;
2024-03-28 19:30:14 -04:00
padding: 2px 10px 0px 10px;
2024-04-03 13:25:27 -04:00
margin: 8px 10px 8px 0px;
2024-05-26 18:22:25 -04:00
/* opacity:0.8; */
2024-03-28 19:30:14 -04:00
}
#bluetooth.off {
background-color: transparent;
padding: 0px;
margin: 0px;
}
/* -----------------------------------------------------
* Battery
* ----------------------------------------------------- */
#battery {
background-color: @backgroundlight;
2024-05-26 18:22:25 -04:00
font-size: 14px;
2024-03-28 19:30:14 -04:00
color: @textcolor2;
2024-05-26 18:22:25 -04:00
border-radius: 10px;
2024-05-26 18:47:31 -04:00
padding: 0px 10px 0px 10px;
2024-04-03 13:25:27 -04:00
margin: 8px 10px 8px 0px;
2024-03-28 19:30:14 -04:00
opacity:0.8;
}
#battery.charging, #battery.plugged {
color: @textcolor2;
background-color: @backgroundlight;
}
@keyframes blink {
to {
background-color: @backgroundlight;
color: @textcolor2;
}
}
#battery.critical:not(.charging) {
background-color: #f53c3c;
color: @textcolor3;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
/* -----------------------------------------------------
* Tray
* ----------------------------------------------------- */
#tray {
2024-05-26 18:22:25 -04:00
padding: 0px 10px 0px 10px;
2024-03-28 19:30:14 -04:00
color: @textcolor3;
2024-05-26 18:22:25 -04:00
background-color: @backgroundlight;
font-size: 14px;
border-radius: 10px;
margin: 8px 10px 8px 0px;
opacity:0.8;
2024-03-28 19:30:14 -04:00
}
#tray > .passive {
-gtk-icon-effect: dim;
}
#tray > .needs-attention {
-gtk-icon-effect: highlight;
}