This commit is contained in:
2026-01-02 14:45:23 -08:00
parent 8b607377fc
commit 2812373aa8
11 changed files with 355 additions and 36 deletions

View File

@@ -1,7 +1,7 @@
// -*- mode: jsonc -*-
{
// "layer": "top", // Waybar at top layer
// "position": "bottom", // Waybar position (top|bottom|left|right)
"position": "top", // Waybar position (top|bottom|left|right)
//"height": 10, // Waybar height (to be removed for auto height)
// "width": 1280, // Waybar width
"spacing": 0, // Gaps between modules (4px)
@@ -16,10 +16,10 @@
//"sway/window"
//],
"modules-right": [
"mpd",
"custom/audio_idle_inhibitor",
"pulseaudio",
"network",
//"mpd",
//"custom/audio_idle_inhibitor",
//"pulseaudio",
//"network",
//"power-profiles-daemon",
//"cpu",
//"memory",
@@ -27,10 +27,10 @@
//"backlight",
//"keyboard-state",
//"sway/language",
"battery",
//"battery",
//"battery#bat2",
"clock"
//"tray"
"clock",
"tray"
//"custom/power"
],
// Modules configuration

View File

@@ -1,13 +1,15 @@
* {
/* `otf-font-awesome` is required to be installed for icons */
/*font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; */
font-family: "JetBrainsMono Nerd Font Mono";
font-size: 14px;
font-family: "JetBrainsMonoNFM-Regular";
font-weight: bold;
font-size: 15px;
}
window#waybar {
background-color: rgba(43, 48, 59, 0.5);
border-bottom: 3px solid rgba(100, 114, 125, 0.5);
/*background-color: rgba(43, 48, 59, 0.5);*/
background-color: rgba(0, 0, 0, 1);
/*border-bottom: 3px solid rgba(100, 114, 125, 0.5);*/
color: #ffffff;
transition-property: background-color;
transition-duration: .5s;
@@ -35,7 +37,7 @@ window#waybar.chromium {
button {
/* Use box-shadow instead of border so the text isn't offset */
box-shadow: inset 0 -3px transparent;
/*box-shadow: inset 0 -3px transparent;*/
/* Avoid rounded borders under each button name */
border: none;
border-radius: 0;