mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:53:55 -05:00
sway: port hyprland waybar to sway
This commit is contained in:
parent
1c0ab8187f
commit
60ab590e8b
|
@ -370,7 +370,6 @@
|
|||
corner_radius 10
|
||||
shadows enable
|
||||
|
||||
layer_effects waybar blur enable
|
||||
layer_effects launcher blur enable
|
||||
layer_effects logout_dialog blur enable
|
||||
'';
|
||||
|
|
|
@ -3,5 +3,25 @@
|
|||
/* Style overrides for sway */
|
||||
|
||||
window#waybar {
|
||||
background: rgba (35, 38, 52, 1.0);
|
||||
}
|
||||
background: rgba (35, 38, 52, 0.0);
|
||||
}
|
||||
|
||||
#workspaces,
|
||||
#submap,
|
||||
#tray,
|
||||
#clock,
|
||||
#hardware
|
||||
{
|
||||
border-radius: 10;
|
||||
background: rgba (35, 38, 52, 0.8);
|
||||
margin: 5px 10px 0px 10px;
|
||||
padding: 0px 10px 0px 10px;
|
||||
}
|
||||
|
||||
#clock {
|
||||
padding: 0px 20px 0px 20px;
|
||||
}
|
||||
|
||||
/* #workspaces {
|
||||
padding: 0px 5px;
|
||||
} */
|
Loading…
Reference in a new issue