more waybar tweaks
This commit is contained in:
parent
d5af82bb9b
commit
2d25c605b7
5 changed files with 86 additions and 71 deletions
|
|
@ -50,6 +50,7 @@ done
|
|||
printf '%s\n' "
|
||||
[general]
|
||||
bars = $num_bars
|
||||
sleep_timer = 10
|
||||
|
||||
[input]
|
||||
method = pulse
|
||||
|
|
@ -62,6 +63,9 @@ data_format = ascii
|
|||
channels = mono
|
||||
mono_option = average
|
||||
ascii_max_range = $ascii_max_range
|
||||
|
||||
[smoothing]
|
||||
noise_reduction = 25
|
||||
" >"$config_file" || {
|
||||
echo "Error: Failed to write Cava config." >&2
|
||||
exit 1
|
||||
|
|
|
|||
|
|
@ -490,7 +490,7 @@ in {
|
|||
interval = 1;
|
||||
format = "{ifname}%%";
|
||||
format-wifi = " {bandwidthDownBytes} {bandwidthUpBytes}";
|
||||
format-ethernet = " {bandwidthDownBytes} {bandwidthUpBytes} ";
|
||||
format-ethernet = " {bandwidthDownBytes} {bandwidthUpBytes}";
|
||||
format-disconnected = "";
|
||||
tooltip-format = "{ipaddr}";
|
||||
format-linked = " {ifname} (No IP)";
|
||||
|
|
|
|||
|
|
@ -94,18 +94,24 @@ menu,
|
|||
#bluetooth,
|
||||
#network,
|
||||
#battery,
|
||||
#custom-notification, #custom-power,
|
||||
#custom-power, #custom-notification,
|
||||
#custom-weather {
|
||||
background: @base;
|
||||
padding: 8px 8px;
|
||||
min-width: 28px;
|
||||
margin-left: 1px;
|
||||
margin-right: 1px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
#custom-notification {
|
||||
padding-left: 12px;
|
||||
padding-right: 18px;
|
||||
}
|
||||
|
||||
#custom-power {
|
||||
color: @red;
|
||||
padding-left: 12px;
|
||||
padding-right: 18px;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
|
|
|
|||
|
|
@ -31,19 +31,19 @@ in {
|
|||
|
||||
normal = {
|
||||
family = mkStringOpt "Iosevka Nerd Font Mono" "The Family of the font";
|
||||
style = mkStringOpt "SemiBold SemiExtended" "The Style of the font";
|
||||
style = mkStringOpt "SemiBold" "The Style of the font";
|
||||
};
|
||||
bold = {
|
||||
family = mkStringOpt "Iosevka Nerd Font Mono" "The Family of the font";
|
||||
style = mkStringOpt "Bold SemiExtended" "The Style of the font";
|
||||
style = mkStringOpt "Bold" "The Style of the font";
|
||||
};
|
||||
italic = {
|
||||
family = mkStringOpt "Iosevka Nerd Font Mono" "The Family of the font";
|
||||
style = mkStringOpt "SemiBold Italic SemiExtended" "The Style of the font";
|
||||
style = mkStringOpt "SemiBold Italic" "The Style of the font";
|
||||
};
|
||||
bold_italic = {
|
||||
family = mkStringOpt "Iosevka Nerd Font Mono" "The Family of the font";
|
||||
style = mkStringOpt "Bold Italic SemiExtended" "The Style of the font";
|
||||
style = mkStringOpt "Bold Italic" "The Style of the font";
|
||||
};
|
||||
|
||||
# normal = {
|
||||
|
|
@ -98,6 +98,11 @@ in {
|
|||
bold = cfg.fonts.bold;
|
||||
italic = cfg.fonts.italic;
|
||||
bold_italic = cfg.fonts.bold_italic;
|
||||
|
||||
offset = {
|
||||
x = 0;
|
||||
y = 0;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue