the core of niri is done
This commit is contained in:
parent
d0c8e279ca
commit
d6d16bfe7f
3 changed files with 40 additions and 13 deletions
|
@ -669,9 +669,9 @@ in {
|
|||
output = [ "DP-1" "eDP-1" ];
|
||||
position = if laptop then "bottom" else "top";
|
||||
height = 15;
|
||||
width = if laptop then 1400 else 2200;
|
||||
width = if laptop then 1450 else 2200;
|
||||
# Choose the order of the modules "custom/wintitle",
|
||||
modules-left = [ "hyprland/workspaces" "hyprland/window" ];
|
||||
modules-left = [ "niri/workspaces" "niri/window" ];
|
||||
modules-center = [ "clock" ];
|
||||
modules-right =
|
||||
[ "cpu" "memory" "pulseaudio" "backlight" "battery" "tray" ];
|
||||
|
@ -679,12 +679,12 @@ in {
|
|||
margin-bottom = if laptop then 4 else 0;
|
||||
margin-left = 6;
|
||||
margin-right = 6;
|
||||
"hyprland/window" = { format = "<span style='italic'>{title}</span>"; icon = true; };
|
||||
"niri/window" = { format = "<span style='italic'>{title}</span>"; icon = true; };
|
||||
workspaces = { format = " {name} "; };
|
||||
"hyprland/workspaces" = {
|
||||
"niri/workspaces" = {
|
||||
format = "{icon}";
|
||||
format-icons = {
|
||||
"1" = "";
|
||||
"main" = "";
|
||||
"2" = "";
|
||||
"3" = "";
|
||||
"4" = "";
|
||||
|
@ -825,7 +825,7 @@ in {
|
|||
padding-bottom: 2px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
margin-right: 50px;
|
||||
margin-right: 0px;
|
||||
background: @backtransparent;
|
||||
box-shadow: 5px 5px 4px 4px #202020;
|
||||
border-radius: 20px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue