1
0
mirror of https://github.com/kmein/niveum synced 2026-03-22 12:51:08 +01:00

4 Commits

Author SHA1 Message Date
fe07e13848 feat: rofipass
for automatic OTP stuff
2022-08-18 18:47:25 +02:00
d06a27431c feat(i3): simplify bar 2022-08-18 18:47:12 +02:00
e3a6b9ee03 feat(fotns): change emoji font 2022-08-18 18:46:58 +02:00
9a2f03beaf feat(hora): filli-report 2022-08-18 18:46:43 +02:00
5 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +0,0 @@
#!/bin/sh
hora reg 'fillidefilla' -O csv \
-b "$(date -d "$(date +%Y-%m)-20 last month" +%Y-%m-%d)" \
-e "$(date -d "$(date +%Y-%m)-19" +%Y-%m-%d)" \
| sed 's/(fillidefilla:\(.*\))/\1/g' \
| xsv select date,amount,total,account,description

View File

@@ -1,5 +1,4 @@
{pkgs, ...}: {
nixpkgs.config.joypixels.acceptLicense = true;
fonts = {
enableDefaultFonts = true;
fontDir.enable = true;
@@ -24,7 +23,6 @@
ia-writer-duospace
ibm-plex
jetbrains-mono
joypixels
libertinus
libre-bodoni
lmodern
@@ -32,6 +30,7 @@
ocr-a
roboto
roboto-mono
noto-fonts-emoji
roboto-slab
scheherazade-new
source-code-pro
@@ -44,7 +43,7 @@
zilla-slab
]; # google-fonts league-of-moveable-type
fontconfig.defaultFonts = let
emojiFont = "JoyPixels";
emojiFont = "Noto Emoji";
in {
monospace = ["JetBrains Mono" emojiFont];
serif = ["Merriweather"];

View File

@@ -14,6 +14,13 @@
(pkgs.writers.writeDashBin "hora" ''
${pkgs.hledger}/bin/hledger -f "${timeLedger}" "$@"
'')
(pkgs.writers.writeDashBin "hora-filli" ''
${pkgs.hledger}/bin/hledger -f "${timeLedger}" register fillidefilla -O csv \
-b "$(date -d "$(date +%Y-%m)-20 last month" +%Y-%m-%d)" \
-e "$(date -d "$(date +%Y-%m)-19" +%Y-%m-%d)" \
| sed 's/(fillidefilla:\(.*\))/\1/g' \
| xsv select date,amount,total,account,description
'')
];
niveum.hledger = {

View File

@@ -152,7 +152,7 @@ in {
{
workspaceButtons = false;
fonts = {
names = ["Sans"];
names = ["Monospace"];
size = 8.0;
};
mode = "hide"; # "dock"
@@ -250,7 +250,7 @@ in {
fi
''
}";
"${modifier}+p" = "exec --no-startup-id ${pkgs.pass}/bin/passmenu -l 5";
"${modifier}+p" = "exec --no-startup-id ${pkgs.rofi-pass}/bin/rofi-pass";
"${modifier}+u" = "exec ${pkgs.scripts.unicodmenu}/bin/unicodmenu";
"${modifier}+F6" = "exec ${pkgs.xorg.xkill}/bin/xkill";

View File

@@ -37,7 +37,7 @@ in {
good_bg = colours.background;
idle_bg = colours.background;
info_bg = colours.background;
separator = "/ ";
separator = "";
separator_bg = "auto";
separator_fg = colours.black.bright;
};