mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-30 22:53:37 +00:00
~
This commit is contained in:
parent
ae8ae5c9d8
commit
fe6b13f4e2
3 changed files with 8 additions and 3 deletions
1
TODO
1
TODO
|
@ -26,3 +26,4 @@
|
|||
[ ] Get language servers to work with Neovim
|
||||
[ ] Theme your SDDM (you should make one yourself ;w;;;)
|
||||
[ ] Maybe convert some of your configuration files and themes into derivations
|
||||
[ ] Add polybar root filesystem usage module??
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
</font>
|
||||
</theme>
|
||||
<desktops>
|
||||
<number>4</number>
|
||||
<number>8</number>
|
||||
<firstdesk>1</firstdesk>
|
||||
<popupTime>0</popupTime>
|
||||
<names>
|
||||
|
@ -37,6 +37,10 @@
|
|||
<name>2</name>
|
||||
<name>3</name>
|
||||
<name>4</name>
|
||||
<name>5</name>
|
||||
<name>6</name>
|
||||
<name>7</name>
|
||||
<name>8</name>
|
||||
</names>
|
||||
</desktops>
|
||||
<keyboard>
|
||||
|
|
|
@ -69,8 +69,8 @@
|
|||
master-mixer = "Master";
|
||||
format-volume = "<label-volume>";
|
||||
format-muted = "<label-muted>";
|
||||
label-volume = "SND: %percentage%%";
|
||||
label-muted = "SND: 0%";
|
||||
label-volume = "VOL: %percentage%%";
|
||||
label-muted = "VOL: 0%";
|
||||
label-volume-background = color0;
|
||||
label-volume-padding = 2;
|
||||
label-muted-background = color0;
|
||||
|
|
Loading…
Reference in a new issue