mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: waybar nvidia
This commit is contained in:
parent
9019d65fb4
commit
32588d7074
16 changed files with 89 additions and 236 deletions
|
|
@ -67,7 +67,7 @@ in {
|
|||
}
|
||||
{
|
||||
command = [
|
||||
"discord"
|
||||
"${getExe' config.programs.vesktop.package "vesktop"}"
|
||||
"--enable-features=WaylandLinuxDrmSyncobj,UseOzonePlatform"
|
||||
"--ozone-platform=wayland"
|
||||
];
|
||||
|
|
|
|||
|
|
@ -75,6 +75,7 @@ in {
|
|||
};
|
||||
workspaces = {
|
||||
browser = {};
|
||||
mail = {};
|
||||
chat = {};
|
||||
vidya = {};
|
||||
media = {};
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ _: {
|
|||
margin: 0px;
|
||||
}
|
||||
|
||||
#mode, #custom-notification, #clock, #battery, #idle_inhibitor, #tray, #wireplumber, #bluetooth, #backlight, #mpris {
|
||||
#mode, #custom-notification, #custom-nvidia-vram, #clock, #battery, #idle_inhibitor, #tray, #wireplumber, #bluetooth, #backlight, #mpris {
|
||||
padding: 0 5px;
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
|
@ -94,6 +94,9 @@ _: {
|
|||
font-size: 150%;
|
||||
}
|
||||
|
||||
#custom-nvidia-vram {
|
||||
}
|
||||
|
||||
#mpris.playing {
|
||||
background-color: @base0B;
|
||||
}
|
||||
|
|
@ -164,7 +167,7 @@ _: {
|
|||
"backlight"
|
||||
"battery"
|
||||
"tray"
|
||||
#"custom/notification"
|
||||
"custom/notification"
|
||||
];
|
||||
|
||||
idle_inhibitor = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue