Compare commits

..

No commits in common. "43fcdd0b615e9e7e0b5014f722bdf3d2621ee8a9" and "9c0cfe74c0135c5e354ad235717be85d7c431839" have entirely different histories.

3 changed files with 20 additions and 28 deletions

View File

@ -5,13 +5,12 @@
"width": 2550, "width": 2550,
"spacing": 1, "spacing": 1,
"reload_style_on_change": true, "reload_style_on_change": true,
"fixed-center": true,
"margin": "10 5 0 5", "margin": "10 5 0 5",
"modules-left": [ "modules-left": [
"custom/launcher", "custom/launcher",
"hyprland/workspaces", "hyprland/workspaces",
"tray", "tray",
"hyprland/submap", "hyprland/mode",
"custom/mpd-scroll", "custom/mpd-scroll",
"custom/firefox", "custom/firefox",
"cava", "cava",
@ -61,10 +60,8 @@
"tooltip-format-enumerate-connected-battery": "{device_alias}\t{device_address}\t{device_battery_percentage}%", "tooltip-format-enumerate-connected-battery": "{device_alias}\t{device_address}\t{device_battery_percentage}%",
"on-click": "blueman-manager", "on-click": "blueman-manager",
}, },
"hyprland/submap": { "hyprland/mode": {
"format": "{}", "format": "<span style=\"italic\">{}</span>",
"max-length": 8,
"tooltip": false,
}, },
"hyprland/scratchpad": { "hyprland/scratchpad": {
"format": "{icon} {count}", "format": "{icon} {count}",
@ -274,9 +271,9 @@
"cava": { "cava": {
// "cava_config": "$HOME/.config/cava/config", // "cava_config": "$HOME/.config/cava/config",
"framerate": 144, "framerate": 144,
"autosens": 0, "autosens": 1,
"sensitivity": 100, "sensitivity": 100,
"bars": 12, "bars": 14,
"lower_cutoff_freq": 50, "lower_cutoff_freq": 50,
"higher_cutoff_freq": 10000, "higher_cutoff_freq": 10000,
"method": "pipewire", "method": "pipewire",

View File

@ -2,7 +2,9 @@
* { * {
border: none; border: none;
font-family: "JetBrainsMono Nerd Font", "Font Awesome", "Noto Sans CJK JP"; font-family:
JetBrainsMono Nerd Font,
Font Awesome;
font-size: 13px; font-size: 13px;
min-height: 0; min-height: 0;
border-radius: 0.69em; border-radius: 0.69em;
@ -18,12 +20,6 @@ window#waybar.hidden {
opacity: 0.2; opacity: 0.2;
} }
#window {
background-color: inherit;
padding: 0 10px;
margin: 5px 1px;
}
tooltip { tooltip {
background-color: @base; background-color: @base;
border: 1px solid @subtext0; border: 1px solid @subtext0;
@ -89,7 +85,7 @@ button:hover {
background-image: linear-gradient(0deg, @surface1, @mantle); background-image: linear-gradient(0deg, @surface1, @mantle);
} }
#submap { #mode {
background-color: @base; background-color: @base;
box-shadow: inset 0 -2px @text; box-shadow: inset 0 -2px @text;
} }
@ -107,7 +103,7 @@ button:hover {
#custom-kernel, #custom-kernel,
#idle_inhibitor, #idle_inhibitor,
#scratchpad, #scratchpad,
#submap, #mode,
#tray { #tray {
padding: 0 10px; padding: 0 10px;
margin: 5px 1px; margin: 5px 1px;
@ -171,7 +167,7 @@ label:focus {
} }
#network.disconnected { #network.disconnected {
background-color: @red; background-color: red;
color: @mantle; color: @mantle;
} }
@ -182,7 +178,7 @@ label:focus {
} }
#pulseaudio { #pulseaudio {
background-color: @sapphire; background-color: @yellow;
color: @mantle; color: @mantle;
} }
@ -205,8 +201,8 @@ label:focus {
#tray { #tray {
/* background-color: @overlay0; */ /* background-color: @overlay0; */
background-color: @surface0; background-color: @surface1;
color: @mantle; color: @text;
} }
#tray > .passive { #tray > .passive {
@ -245,14 +241,14 @@ label:focus {
} }
#custom-mpd-scroll { #custom-mpd-scroll {
color: @mantle; color: @base;
background-color: @mauve; background-color: @blue;
padding: 0 10px; padding: 0 10px;
margin: 5px 1px; margin: 5px 1px;
} }
#custom-updates { #custom-updates {
background-color: @yellow; background-color: @yellow;
color: @mantle; color: @base;
padding: 0 10px; padding: 0 10px;
margin: 5px 1px; margin: 5px 1px;
} }
@ -264,15 +260,15 @@ label:focus {
} }
#custom-firefox { #custom-firefox {
color: @mantle; color: @base;
background-color: @peach; background-color: @pink;
padding: 0 10px; padding: 0 10px;
margin: 5px 1px; margin: 5px 1px;
} }
#cava { #cava {
background-color: @blue; background-color: @blue;
color: @crust; color: @base;
padding: 0 10px; padding: 0 10px;
margin: 5px 1px; margin: 5px 1px;
} }

View File

@ -1 +0,0 @@
../../../projects/scripts/waybar/escape-mpc-pango.sh