Skip to content

Commit

Permalink
feat!: remove things that are no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed May 19, 2024
1 parent 3b84872 commit 4dacaad
Show file tree
Hide file tree
Showing 147 changed files with 25 additions and 6,485 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
- zzz
- gh-eco
- isabelroses-website
- patched-gjs

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# funny macos thing
.DS_Store

# Ingore nixos build outputs
# Ignore nixos build outputs
result
.direnv/

Expand Down
2 changes: 1 addition & 1 deletion home/isabel/configs/gui/bars/ags/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default {
scheme: Option("dark", {
enums: ["dark", "light"],
type: "enum",
note: "Color scheme to set on Gtk apps: 'ligth' or 'dark'",
note: "Color scheme to set on Gtk apps: 'light' or 'dark'",
title: "Color Scheme",
scss: "color-scheme",
}),
Expand Down
2 changes: 1 addition & 1 deletion home/isabel/configs/gui/bars/ags/settings/scss.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function scssWatcher() {
App.configDir + "/scss",
],
reloadScss,
() => print("missing dependancy for css hotreload: inotify-tools"),
() => print("missing dependency for css hotreload: inotify-tools"),
);
}

Expand Down
4 changes: 2 additions & 2 deletions home/isabel/configs/gui/bars/ags/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ export function createSurfaceFromWidget(widget) {

/** @param {string} icon */
export function getAudioTypeIcon(icon) {
const substitues = [
const substitutes = [
["audio-headset-bluetooth", icons.audio.type.headset],
["audio-card-analog-usb", icons.audio.type.speaker],
["audio-card-analog-pci", icons.audio.type.card],
];

return substitute(substitues, icon);
return substitute(substitutes, icon);
}

/** @param {import('types/service/applications').Application} app */
Expand Down
1 change: 0 additions & 1 deletion home/isabel/configs/gui/bars/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
imports = [
./ags
./eww
./waybar
];
}
3 changes: 0 additions & 3 deletions home/isabel/configs/gui/bars/eww/assets/apps/battle.png

This file was deleted.

3 changes: 0 additions & 3 deletions home/isabel/configs/gui/bars/eww/assets/apps/bitwig.png

This file was deleted.

3 changes: 0 additions & 3 deletions home/isabel/configs/gui/bars/eww/assets/apps/bottles.png

This file was deleted.

3 changes: 0 additions & 3 deletions home/isabel/configs/gui/bars/eww/assets/apps/caprine.png

This file was deleted.

3 changes: 0 additions & 3 deletions home/isabel/configs/gui/bars/eww/assets/apps/code.png

This file was deleted.

3 changes: 0 additions & 3 deletions home/isabel/configs/gui/bars/eww/assets/apps/editor.png

This file was deleted.

3 changes: 0 additions & 3 deletions home/isabel/configs/gui/bars/eww/assets/apps/file-manager.png

This file was deleted.

3 changes: 0 additions & 3 deletions home/isabel/configs/gui/bars/eww/assets/apps/firefox.png

This file was deleted.

3 changes: 0 additions & 3 deletions home/isabel/configs/gui/bars/eww/assets/apps/kitty.png

This file was deleted.

3 changes: 0 additions & 3 deletions home/isabel/configs/gui/bars/eww/assets/apps/spotify.png

This file was deleted.

21 changes: 0 additions & 21 deletions home/isabel/configs/gui/bars/eww/assets/apps/svg/battle.svg

This file was deleted.

36 changes: 0 additions & 36 deletions home/isabel/configs/gui/bars/eww/assets/apps/svg/bitwig.svg

This file was deleted.

76 changes: 0 additions & 76 deletions home/isabel/configs/gui/bars/eww/assets/apps/svg/bottles.svg

This file was deleted.

Loading

0 comments on commit 4dacaad

Please sign in to comment.