this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

More Stuff

Ben C b9471d85 a49fef21

+9 -5
+2 -1
res/notification.nu
··· 28 28 # $log | append $name | str join "\n" | save -f $LOG_FILE 29 29 30 30 def main [sounds_path: string] { 31 - if ($name not-in $SILENCED_APP_NAMES) { 31 + let dnd = swaync-client -D | from json; 32 + if (not $dnd) and ($name not-in $SILENCED_APP_NAMES) { 32 33 let sound = $APP_SOUNDS | get -i $name | default $APP_SOUNDS.DEFAULT; 33 34 aplay $"($sounds_path)/($sound).wav" 34 35 }
+1 -1
res/rofi/rofi-code.nu
··· 4 4 | get name 5 5 | each {|it| open $it | get folder | str substring 7..}; 6 6 7 - let paths_display = $paths | each {|it| $it | str replace $"/home/($env.USER)" "󰋜 " | str replace "󰋜/Documents/GitHub" "󰊤 "}; 7 + let paths_display = $paths | each {|it| $it | str replace $"/home/($env.USER)" "󰋜 " | str replace "󰋜 /Documents/GitHub" "󰊤 "}; 8 8 9 9 let res = $paths_display | str join "\n" | rofi -dmenu -i -p "VSCode" | complete; 10 10
+1 -1
res/vencord/settings/settings.json
··· 4 4 "autoUpdateNotification": false, 5 5 "useQuickCss": true, 6 6 "themeLinks": [ 7 - "https://raw.githubusercontent.com/refact0r/midnight-discord/master/midnight.css" 7 + "https://catppuccin.github.io/discord/dist/catppuccin-mocha-green.theme.css" 8 8 ], 9 9 "enabledThemes": [], 10 10 "enableReactDevtools": false,
+5 -1
roles/graphics/foot.nix
··· 1 - {...}: { 1 + {pkgs, ...}: { 2 + environment.systemPackages = with pkgs; [ 3 + libsixel 4 + ]; 5 + 2 6 programs.foot = { 3 7 enable = true; 4 8 settings = {
-1
roles/graphics/news.nix
··· 70 70 wrap-scroll yes 71 71 text-width 90 72 72 73 - color info black green bold 74 73 color listnormal color8 default 75 74 color listnormal_unread default default 76 75 color listfocus black green