Fix polybar dots style
This commit is contained in:
parent
572a496704
commit
4604255a4b
3 changed files with 4 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ in
|
||||||
focused = colors.selected // common;
|
focused = colors.selected // common;
|
||||||
occupied = colors.active // common;
|
occupied = colors.active // common;
|
||||||
urgent = colors.active // common // { background = colors.alert; };
|
urgent = colors.active // common // { background = colors.alert; };
|
||||||
empty = colors.normal // common // { text = ""; };
|
empty = colors.normal // common // { text = ""; padding = 0 ; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
httpie
|
httpie
|
||||||
|
|
||||||
# REVERSING
|
# REVERSING
|
||||||
|
bintools
|
||||||
ghidra-bin
|
ghidra-bin
|
||||||
radare2
|
radare2
|
||||||
cutter
|
cutter
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,8 @@ let
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
"sc" = "systemctl";
|
"sc" = "systemctl";
|
||||||
"scu" = "systemctl --user";
|
"scu" = "systemctl --user";
|
||||||
|
"hm" = "home-manager";
|
||||||
|
"ns" = "nix search nixpkgs";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue