feat: add hyprland WIP
This commit is contained in:
parent
971f3a44de
commit
7c5af81e75
8 changed files with 170 additions and 9 deletions
|
|
@ -5,12 +5,14 @@
|
|||
settings.mainBar = {
|
||||
layer = "top";
|
||||
margin = "5 5 5 5";
|
||||
modules-left = [ "sway/workspaces" "sway/window" "sway/mode" ];
|
||||
modules-left = [ "sway/workspaces" "sway/window" "sway/mode"
|
||||
# "hyprland/workspaces" "hyprland/window"
|
||||
];
|
||||
modules-center = [ "clock" ];
|
||||
modules-right = [ "tray" "network" "pulseaudio" "custom/mem" "temperature" "backlight" "battery" ];
|
||||
"sway/workspaces" = {
|
||||
disable-scroll = true;
|
||||
persistent_workspaces = {
|
||||
persistent-workspaces = {
|
||||
"1" = [ ];
|
||||
"2" = [ ];
|
||||
"3" = [ ];
|
||||
|
|
@ -24,6 +26,12 @@
|
|||
"sway/mode" = {
|
||||
format = "<span style=\"italic\">{}</span>";
|
||||
};
|
||||
"hyprland/workspaces" = {
|
||||
disable-scroll = true;
|
||||
};
|
||||
"hyprland/window" = {
|
||||
format = "{title}";
|
||||
};
|
||||
clock = {
|
||||
timezones = [ "Europe/Berlin" ];
|
||||
tooltip-format = "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>";
|
||||
|
|
@ -201,6 +209,10 @@
|
|||
color: white;
|
||||
}
|
||||
|
||||
#workspaces button.visible {
|
||||
color: white;
|
||||
}
|
||||
|
||||
#window {
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue