mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
style: initial waybar rice on callisto
This commit is contained in:
parent
c2e287ec90
commit
6abc51f47a
2 changed files with 20 additions and 13 deletions
|
@ -6,12 +6,12 @@
|
|||
layer = "top";
|
||||
position = "top";
|
||||
height = 24;
|
||||
width = 1000;
|
||||
# width = 1000;
|
||||
reload-style-on-change = true;
|
||||
margin = "10px 0px 0px 0px";
|
||||
modules-left = [ "hyprland/window" "hyprland/workspaces" ];
|
||||
modules-right = [ "backlight" "group/adjustable" "custom/weather" ];
|
||||
modules-center = [ "network" "group/hardware" "clock" ];
|
||||
margin = "5px 0px 0px 0px";
|
||||
modules-left = [ "hyprland/window" "hyprland/workspaces" "network" "clock" ];
|
||||
modules-right = [ "group/hardware" "backlight" "group/adjustable" "custom/weather" ];
|
||||
# modules-center = [ "network" "group/hardware" "clock" ];
|
||||
"hyprland/workspaces" = {
|
||||
active-only = false;
|
||||
all-outputs = false;
|
||||
|
@ -23,7 +23,7 @@
|
|||
};
|
||||
"group/hardware" = {
|
||||
orientation = "inherit";
|
||||
modules = [ "cpu" "memory" "battery" ];
|
||||
modules = [ "cpu" "battery" ];
|
||||
};
|
||||
"group/adjustable" = {
|
||||
orientation = "inherit";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
* {
|
||||
font-size: 10px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
|
@ -59,6 +59,10 @@ window#waybar {
|
|||
border-top-right-radius: 0px;
|
||||
border-bottom-right-radius: 0px;
|
||||
}
|
||||
#network {
|
||||
margin-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
#mpris {
|
||||
padding-left: 0px;
|
||||
margin-left: 0px;
|
||||
|
@ -76,9 +80,9 @@ window#waybar {
|
|||
#memory,
|
||||
#cpu {
|
||||
padding-right: 2px;
|
||||
/* border-top-right-radius: 0px; */
|
||||
/* border-bottom-right-radius: 0px; */
|
||||
/* border-right-width: 0px; */
|
||||
border-top-right-radius: 0px;
|
||||
border-bottom-right-radius: 0px;
|
||||
border-right-width: 0px;
|
||||
}
|
||||
#memory,
|
||||
#battery {
|
||||
|
@ -88,14 +92,17 @@ window#waybar {
|
|||
border-bottom-left-radius: 0px;
|
||||
border-left-width: 0px;
|
||||
}
|
||||
#cpu {
|
||||
margin-right: 0px;
|
||||
}
|
||||
#battery {
|
||||
padding-right: 13px;
|
||||
}
|
||||
#custom-weather {
|
||||
margin-right: 0px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
#window {
|
||||
margin-right: 0px;
|
||||
margin-left: 0px;
|
||||
margin-right: 10px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue