Compare commits

..

No commits in common. "4ae3c91d839530f8278d835db9acfa113776eee6" and "3755c324fd740f7a06f7ebae955b400a56c4b403" have entirely different histories.

2 changed files with 9 additions and 24 deletions

View File

@ -6,7 +6,7 @@
"margin-top": 16, "margin-top": 16,
"margin-left": 16, "margin-left": 16,
"margin-right": 16, "margin-right": 16,
"modules-left": ["hyprland/workspaces", "hyprland/window", "sway/mode"], "modules-left": ["hyprland/workspaces", "sway/mode"],
"modules-right": ["tray"], "modules-right": ["tray"],
"hyprland/workspaces": { "hyprland/workspaces": {
"all-outputs": false, "all-outputs": false,
@ -18,7 +18,6 @@
} }
}, },
"hyprland/window": { "hyprland/window": {
"separate-outputs": true,
"format": "{}" "format": "{}"
}, },
"tray": { "tray": {

View File

@ -24,7 +24,7 @@ window#waybar {
border-radius: 8px; border-radius: 8px;
} }
/* Hypr stuff */ /* swaywm stuff */
#workspaces { #workspaces {
} }
#workspaces button { #workspaces button {
@ -53,11 +53,6 @@ window#waybar {
font-weight: bold; font-weight: bold;
} }
#workspaces button.visible { #workspaces button.visible {
color: rgba(40, 40, 40, 0.8);
background: #458588;
font-weight: bold;
}
#workspaces button.active {
color: rgba(40, 40, 40, 0.8); color: rgba(40, 40, 40, 0.8);
background: #83a598; background: #83a598;
font-weight: bold; font-weight: bold;
@ -66,26 +61,17 @@ window#waybar {
color: #fabd2f; color: #fabd2f;
font-weight: bold; font-weight: bold;
} }
/* Window and mode display */ #mode {
#window { background: #fb4934;
color: rgba(235, 219, 178, 0.4); color: rgba(235, 219, 178, 0.8);
padding: 0 1em; padding: 0 1em;
border-radius: 8px;
}
window#waybar.empty #window {
/* We do this so it properly hides when on an empty workspace */
padding: 0;
}
window#waybar.solo #window {
/* Nothing */
}
window#waybar.floating #window {
/* Workspace contains only floating windows */
color: rgba(40, 40, 40, 0.8);
background: #8ec07c;
} }
/* widgets */ /* widgets */
#window {
color: #ebdbb2;
padding: 0 1em;
}
#pulseaudio { #pulseaudio {
padding: 0 1em; padding: 0 1em;
color: #ebdbb2; color: #ebdbb2;