forked from foxora/nix
added submap to taskbar for hyprland :3
This commit is contained in:
parent
7ff6be7692
commit
adcfc52c60
3 changed files with 18 additions and 5 deletions
|
|
@ -37,6 +37,7 @@ tooltip label {
|
|||
#network,
|
||||
#workspaces,
|
||||
#taskbar,
|
||||
#submap,
|
||||
#cpu,
|
||||
#pulseaudio,
|
||||
#privacy,
|
||||
|
|
@ -74,6 +75,7 @@ right-side modules
|
|||
#cpu,
|
||||
#pulseaudio,
|
||||
#tray,
|
||||
#submap,
|
||||
#privacy {
|
||||
margin: 4px 0px 4px 4px;
|
||||
}
|
||||
|
|
@ -96,6 +98,10 @@ right-side modules
|
|||
border: none;
|
||||
}
|
||||
|
||||
#submap.name {
|
||||
color: @colorfg;
|
||||
}
|
||||
|
||||
/*
|
||||
connects the workspace and taskbar together :3
|
||||
*/
|
||||
|
|
@ -114,7 +120,7 @@ right-side modules
|
|||
*/
|
||||
|
||||
#cpu {
|
||||
margin: 4px 0 4px 0;
|
||||
margin: 4px 0 4px 4px;
|
||||
border-radius: 32px 0px 0px 32px;
|
||||
}
|
||||
#memory {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue