Compare commits
No commits in common. "43fcdd0b615e9e7e0b5014f722bdf3d2621ee8a9" and "9c0cfe74c0135c5e354ad235717be85d7c431839" have entirely different histories.
43fcdd0b61
...
9c0cfe74c0
@ -5,13 +5,12 @@
|
||||
"width": 2550,
|
||||
"spacing": 1,
|
||||
"reload_style_on_change": true,
|
||||
"fixed-center": true,
|
||||
"margin": "10 5 0 5",
|
||||
"modules-left": [
|
||||
"custom/launcher",
|
||||
"hyprland/workspaces",
|
||||
"tray",
|
||||
"hyprland/submap",
|
||||
"hyprland/mode",
|
||||
"custom/mpd-scroll",
|
||||
"custom/firefox",
|
||||
"cava",
|
||||
@ -61,10 +60,8 @@
|
||||
"tooltip-format-enumerate-connected-battery": "{device_alias}\t{device_address}\t{device_battery_percentage}%",
|
||||
"on-click": "blueman-manager",
|
||||
},
|
||||
"hyprland/submap": {
|
||||
"format": "{}",
|
||||
"max-length": 8,
|
||||
"tooltip": false,
|
||||
"hyprland/mode": {
|
||||
"format": "<span style=\"italic\">{}</span>",
|
||||
},
|
||||
"hyprland/scratchpad": {
|
||||
"format": "{icon} {count}",
|
||||
@ -274,9 +271,9 @@
|
||||
"cava": {
|
||||
// "cava_config": "$HOME/.config/cava/config",
|
||||
"framerate": 144,
|
||||
"autosens": 0,
|
||||
"autosens": 1,
|
||||
"sensitivity": 100,
|
||||
"bars": 12,
|
||||
"bars": 14,
|
||||
"lower_cutoff_freq": 50,
|
||||
"higher_cutoff_freq": 10000,
|
||||
"method": "pipewire",
|
||||
|
@ -2,7 +2,9 @@
|
||||
|
||||
* {
|
||||
border: none;
|
||||
font-family: "JetBrainsMono Nerd Font", "Font Awesome", "Noto Sans CJK JP";
|
||||
font-family:
|
||||
JetBrainsMono Nerd Font,
|
||||
Font Awesome;
|
||||
font-size: 13px;
|
||||
min-height: 0;
|
||||
border-radius: 0.69em;
|
||||
@ -18,12 +20,6 @@ window#waybar.hidden {
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
#window {
|
||||
background-color: inherit;
|
||||
padding: 0 10px;
|
||||
margin: 5px 1px;
|
||||
}
|
||||
|
||||
tooltip {
|
||||
background-color: @base;
|
||||
border: 1px solid @subtext0;
|
||||
@ -89,7 +85,7 @@ button:hover {
|
||||
background-image: linear-gradient(0deg, @surface1, @mantle);
|
||||
}
|
||||
|
||||
#submap {
|
||||
#mode {
|
||||
background-color: @base;
|
||||
box-shadow: inset 0 -2px @text;
|
||||
}
|
||||
@ -107,7 +103,7 @@ button:hover {
|
||||
#custom-kernel,
|
||||
#idle_inhibitor,
|
||||
#scratchpad,
|
||||
#submap,
|
||||
#mode,
|
||||
#tray {
|
||||
padding: 0 10px;
|
||||
margin: 5px 1px;
|
||||
@ -171,7 +167,7 @@ label:focus {
|
||||
}
|
||||
|
||||
#network.disconnected {
|
||||
background-color: @red;
|
||||
background-color: red;
|
||||
color: @mantle;
|
||||
}
|
||||
|
||||
@ -182,7 +178,7 @@ label:focus {
|
||||
}
|
||||
|
||||
#pulseaudio {
|
||||
background-color: @sapphire;
|
||||
background-color: @yellow;
|
||||
color: @mantle;
|
||||
}
|
||||
|
||||
@ -205,8 +201,8 @@ label:focus {
|
||||
|
||||
#tray {
|
||||
/* background-color: @overlay0; */
|
||||
background-color: @surface0;
|
||||
color: @mantle;
|
||||
background-color: @surface1;
|
||||
color: @text;
|
||||
}
|
||||
|
||||
#tray > .passive {
|
||||
@ -245,14 +241,14 @@ label:focus {
|
||||
}
|
||||
|
||||
#custom-mpd-scroll {
|
||||
color: @mantle;
|
||||
background-color: @mauve;
|
||||
color: @base;
|
||||
background-color: @blue;
|
||||
padding: 0 10px;
|
||||
margin: 5px 1px;
|
||||
}
|
||||
#custom-updates {
|
||||
background-color: @yellow;
|
||||
color: @mantle;
|
||||
color: @base;
|
||||
padding: 0 10px;
|
||||
margin: 5px 1px;
|
||||
}
|
||||
@ -264,15 +260,15 @@ label:focus {
|
||||
}
|
||||
|
||||
#custom-firefox {
|
||||
color: @mantle;
|
||||
background-color: @peach;
|
||||
color: @base;
|
||||
background-color: @pink;
|
||||
padding: 0 10px;
|
||||
margin: 5px 1px;
|
||||
}
|
||||
|
||||
#cava {
|
||||
background-color: @blue;
|
||||
color: @crust;
|
||||
color: @base;
|
||||
padding: 0 10px;
|
||||
margin: 5px 1px;
|
||||
}
|
||||
|
@ -1 +0,0 @@
|
||||
../../../projects/scripts/waybar/escape-mpc-pango.sh
|
Loading…
x
Reference in New Issue
Block a user