meow
This commit is contained in:
parent
01c4ebfb58
commit
823137a55f
2 changed files with 12 additions and 5 deletions
|
@ -70,6 +70,7 @@ in with lib; {
|
|||
{ command = "pkill pa-applet; pa-applet"; always = true; }
|
||||
{ command = "pkill oneko; oneko -tofocus -tora -position +-1+5 -fg palevioletred3 -bg pink -name 'Rose the desktop kitty'"; always = true; }
|
||||
{ command = "mullvad-vpn --background"; always = true; }
|
||||
{ command = "pkill polybar; polybar"; always = true; }
|
||||
];
|
||||
# }}}
|
||||
# Assigns {{{
|
||||
|
@ -247,7 +248,7 @@ in with lib; {
|
|||
services.polybar = {
|
||||
enable = true;
|
||||
|
||||
script = "pkill polybar; polybar &";
|
||||
script = "";
|
||||
settings = {
|
||||
colors = {
|
||||
background = "#282828";
|
||||
|
@ -279,7 +280,7 @@ in with lib; {
|
|||
cursor-click = "pointer";
|
||||
cursor-scroll = "ns-resize";
|
||||
enable-ipc = true;
|
||||
wm-restack = "i3wm";
|
||||
wm-restack = "i3";
|
||||
override-redirect = false;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue