waybar: more config cleanup
This commit is contained in:
parent
c136d744de
commit
83db829e19
|
@ -89,8 +89,8 @@
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
"format": "{icon}",
|
"format": "{icon}",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"default": "○",
|
"default": "",
|
||||||
"active": ""
|
"active": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"wlr/workspaces": {
|
"wlr/workspaces": {
|
||||||
|
@ -131,28 +131,17 @@
|
||||||
"weekdays": "<span color='#ffcc66'><b>{}</b></span>",
|
"weekdays": "<span color='#ffcc66'><b>{}</b></span>",
|
||||||
"today": "<span color='#ff6699'><b>{}</b></span>"
|
"today": "<span color='#ff6699'><b>{}</b></span>"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"actions": {
|
|
||||||
"on-click-right": "mode",
|
|
||||||
"on-click-forward": "tz_up",
|
|
||||||
"on-click-backward": "tz_down",
|
|
||||||
"on-scroll-up": "shift_up",
|
|
||||||
"on-scroll-down": "shift_down"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"pulseaudio": {
|
"pulseaudio": {
|
||||||
"format": " {icon}",
|
"format": " {icon}",
|
||||||
"rotate": 0,
|
"rotate": 0,
|
||||||
"format-muted": "婢",
|
|
||||||
"tooltip-format": "{icon} {desc} // {volume}%",
|
"tooltip-format": "{icon} {desc} // {volume}%",
|
||||||
"scroll-step": 5,
|
"scroll-step": 5,
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"headphone": "",
|
"headphone": "",
|
||||||
"hands-free": "",
|
"hands-free": "",
|
||||||
"headset": "",
|
"headset": "",
|
||||||
"phone": "",
|
|
||||||
"portable": "",
|
|
||||||
"car": "",
|
|
||||||
"default": [
|
"default": [
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
|
|
|
@ -1,69 +1,40 @@
|
||||||
* {
|
* {
|
||||||
font-family: "JetBrains Mono Nerd Font";
|
font-family: "JetBrains Mono Nerd Font";
|
||||||
/*font-family: "JetBrainsMono Nerd Font";*/
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background: #0F0F17;
|
background: #0F0F17;
|
||||||
/* border-radius: 15px; */
|
border-radius: 12px;
|
||||||
/* border: 2px solid #124323; */
|
|
||||||
/* border: 0px solid #A1BDCE; */
|
|
||||||
border: 3px solid rgba(255, 255, 255, 0.1);
|
border: 3px solid rgba(255, 255, 255, 0.1);
|
||||||
border-radius: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
tooltip {
|
tooltip {
|
||||||
background: #171717;
|
background: #171717;
|
||||||
color: #A1BDCE;
|
color: #A1BDCE;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
border: 2px solid #101a24;
|
border: 2px solid #101a24;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces {
|
#workspaces {
|
||||||
background: rgba(23, 23, 23, 0.0);
|
margin-left: 2px;
|
||||||
color: #888789;
|
|
||||||
box-shadow: none;
|
|
||||||
text-shadow: none;
|
|
||||||
border-radius: 9px;
|
|
||||||
transition: 0.2s ease;
|
|
||||||
padding-left: 4px;
|
|
||||||
padding-right: 4px;
|
|
||||||
padding-top: 1px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
background: rgba(23, 23, 23, 0.0);
|
color: #86aaec;
|
||||||
color: #A1BDCE;
|
margin-left: 2px;
|
||||||
box-shadow: none;
|
background-color: transparent;
|
||||||
text-shadow: none;
|
}
|
||||||
border-radius: 9px;
|
|
||||||
transition: 0.2s ease;
|
#workspaces button.hover {
|
||||||
padding-left: 4px;
|
background-color: transparent;
|
||||||
padding-right: 4px;
|
|
||||||
/* animation: ws_normal 20s ease-in-out 1; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.active {
|
#workspaces button.active {
|
||||||
/* background-image: url("/home/anik/Documents/bar1.png");*/
|
color: #c296eb;
|
||||||
color: #A1BDCE;
|
background-color: transparent;
|
||||||
transition: all 0.3s ease;
|
|
||||||
padding-left: 4px;
|
|
||||||
padding-right: 4px;
|
|
||||||
/* transition: all 0.4s cubic-bezier(.55,0.68,.48,1.682); */
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button:hover {
|
|
||||||
background: none;
|
|
||||||
color: #72D792;
|
|
||||||
animation: ws_hover 20s ease-in-out 1;
|
|
||||||
transition: all 0.5s cubic-bezier(.55, -0.68, .48, 1.682);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#taskbar button {
|
#taskbar button {
|
||||||
|
@ -170,7 +141,6 @@ tooltip {
|
||||||
@keyframes blink {
|
@keyframes blink {
|
||||||
to {
|
to {
|
||||||
color: #4a4a4a;
|
color: #4a4a4a;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -263,9 +233,6 @@ tooltip {
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Style for launchers */
|
|
||||||
|
|
||||||
#custom-expand {
|
#custom-expand {
|
||||||
min-width: 25px;
|
min-width: 25px;
|
||||||
color: #A1BDCE;
|
color: #A1BDCE;
|
||||||
|
|
Loading…
Reference in a new issue