mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-31 07:03:36 +00:00
~
This commit is contained in:
parent
b11af1c6b1
commit
3972c393cc
2 changed files with 7 additions and 2 deletions
|
@ -27,9 +27,12 @@
|
||||||
''
|
''
|
||||||
];
|
];
|
||||||
content.map.conditions = {
|
content.map.conditions = {
|
||||||
"status == Playing" = {
|
"status == Playing && artist != \"\"" = {
|
||||||
string.text = "{artist} - {title}";
|
string.text = "{artist} - {title}";
|
||||||
};
|
};
|
||||||
|
"status == Playing && artist == \"\"" = {
|
||||||
|
string.text = "{title}";
|
||||||
|
};
|
||||||
"status != Playing" = {
|
"status != Playing" = {
|
||||||
string.text = "god's in his heaven | all's right with the world";
|
string.text = "god's in his heaven | all's right with the world";
|
||||||
};
|
};
|
||||||
|
|
|
@ -11,13 +11,14 @@
|
||||||
(fenix.default.withComponents [ "cargo" "rustc" ])
|
(fenix.default.withComponents [ "cargo" "rustc" ])
|
||||||
gcc # GNU Compiler Collection, version 13.3.0 (wrapper script)
|
gcc # GNU Compiler Collection, version 13.3.0 (wrapper script)
|
||||||
git # Distributed version control system
|
git # Distributed version control system
|
||||||
|
gnumake # Tool to control the generation of non-source files from sources
|
||||||
godot_4 # Free and Open Source 2D and 3D game engine
|
godot_4 # Free and Open Source 2D and 3D game engine
|
||||||
gtk4 # Multi-platform toolkit for creating graphical user interfaces
|
gtk4 # Multi-platform toolkit for creating graphical user interfaces
|
||||||
just # Handy way to save and run project-specific commands
|
just # Handy way to save and run project-specific commands
|
||||||
gnumake # Tool to control the generation of non-source files from sources
|
|
||||||
meson # Open source, fast and friendly build system made in Python
|
meson # Open source, fast and friendly build system made in Python
|
||||||
nodejs_23 # Event-driven I/O framework for the V8 JavaScript engine
|
nodejs_23 # Event-driven I/O framework for the V8 JavaScript engine
|
||||||
pnpm # Fast, disk space efficient package manager for JavaScript
|
pnpm # Fast, disk space efficient package manager for JavaScript
|
||||||
|
python314 # High-level dynamically-typed programming language
|
||||||
vala # Compiler for GObject type system
|
vala # Compiler for GObject type system
|
||||||
## language servers
|
## language servers
|
||||||
mesonlsp # Meson
|
mesonlsp # Meson
|
||||||
|
@ -89,5 +90,6 @@
|
||||||
catppuccin-sddm # Soothing pastel theme for SDDM
|
catppuccin-sddm # Soothing pastel theme for SDDM
|
||||||
kdePackages.kdenlive # Free and open source video editor, based on MLT Framework and KDE Frameworks
|
kdePackages.kdenlive # Free and open source video editor, based on MLT Framework and KDE Frameworks
|
||||||
nmap # Free and open source utility for network discovery and security auditing
|
nmap # Free and open source utility for network discovery and security auditing
|
||||||
|
qemu_kvm # Generic and open source machine emulator and virtualizer
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue