feat: add hyprland WIP

This commit is contained in:
Jacob Bachmann 2024-03-19 19:10:27 +01:00
parent 971f3a44de
commit 7c5af81e75
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
8 changed files with 170 additions and 9 deletions

View file

@ -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;