Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 43 additions & 43 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"request": "launch",
"name": "Debug executable 'cosmic-tweaks'",
"cargo": {
"args": [
"build",
"--bin=cosmic-tweaks",
"--package=cosmic-tweaks"
],
"filter": {
"name": "cosmic-tweaks",
"kind": "bin"
}
},
"args": [],
"cwd": "${workspaceFolder}"
},
{
"type": "lldb",
"request": "launch",
"name": "Debug unit tests in executable 'cosmic-tweaks'",
"cargo": {
"args": [
"test",
"--no-run",
"--bin=cosmic-tweaks",
"--package=cosmic-tweaks"
],
"filter": {
"name": "cosmic-tweaks",
"kind": "bin"
}
},
"args": [],
"cwd": "${workspaceFolder}"
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"request": "launch",
"name": "Debug executable 'cosmic-ext-tweaks'",
"cargo": {
"args": [
"build",
"--bin=cosmic-ext-tweaks",
"--package=cosmic-ext-tweaks"
],
"filter": {
"name": "cosmic-ext-tweaks",
"kind": "bin"
}
]
}
},
"args": [],
"cwd": "${workspaceFolder}"
},
{
"type": "lldb",
"request": "launch",
"name": "Debug unit tests in executable 'cosmic-ext-tweaks'",
"cargo": {
"args": [
"test",
"--no-run",
"--bin=cosmic-ext-tweaks",
"--package=cosmic-ext-tweaks"
],
"filter": {
"name": "cosmic-ext-tweaks",
"kind": "bin"
}
},
"args": [],
"cwd": "${workspaceFolder}"
}
]
}
38 changes: 19 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "cosmic-tweaks"
name = "cosmic-ext-tweaks"
version = "0.1.0"
edition = "2021"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<img src="res/icons/hicolor/256x256/apps/dev.edfloreshz.CosmicTweaks.svg" width="300"/>
</div>

# COSMIC Tweaks
# Tweaks for COSMIC

A tweaking tool for the COSMIC desktop.
A tweaking tool for the COSMIC desktop.

![window-light.png](res/screenshots/window-light.png#gh-light-mode-only)
![window-dark.png](res/screenshots/window-dark.png#gh-dark-mode-only)
Expand Down
4 changes: 2 additions & 2 deletions i18n/en/cosmic_tweaks.ftl → i18n/en/cosmic_ext_tweaks.ftl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
app-title = COSMIC Tweaks
app-title = Tweaks for COSMIC
app-description = A tool to customize your COSMIC desktop experience.

home = Home
Expand All @@ -23,4 +23,4 @@ spacing-description = Spacing is the space between the icons in the dock or pane
save = Save
cancel = Cancel
save-current-color-scheme = Save current color scheme
color-scheme-name = Color scheme name
color-scheme-name = Color scheme name
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
app-title = COSMIC Tweaks
app-title = Tweaks para COSMIC
app-description = Una herramienta para personalizar la apariencia de COSMIC.

home = Inicio
Expand All @@ -20,4 +20,4 @@ spacing-description = El espacio es la distancia entre los iconos en el dock o p
save = Guardar
cancel = Cancelar
save-current-color-scheme = Guardar esquema de color actual
color-scheme-name = Nombre del esquema de color
color-scheme-name = Nombre del esquema de color
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name := 'cosmic-tweaks'
name := 'cosmic-ext-tweaks'
export APPID := 'dev.edfloreshz.CosmicTweaks'

rootdir := ''
Expand Down
4 changes: 2 additions & 2 deletions res/dev.edfloreshz.CosmicTweaks.desktop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#TODO: more build-out, desktop actions, translations?
[Desktop Entry]
Name=COSMIC Tweaks
Exec=cosmic-tweaks %F
Name=Tweaks for COSMIC
Exec=cosmic-ext-tweaks %F
Terminal=false
Type=Application
StartupNotify=true
Expand Down
6 changes: 3 additions & 3 deletions res/dev.edfloreshz.CosmicTweaks.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<update_contact>edfloreshz@proton.me</update_contact>
<url type="homepage">https://github.com/edfloreshz/cosmic-tweaks</url>
<url type="bugtracker">https://github.com/edfloreshz/cosmic-tweaks</url>
<name>COSMIC Tweaks</name>
<summary>A tweaking tool for the COSMIC desktop.</summary>
<name>Tweaks for COSMIC</name>
<summary>A tweaking tool for the COSMIC desktop.</summary>
<description>
<p>Customize your COSMIC desktop beyond infinity.</p>
<ul>
Expand All @@ -31,7 +31,7 @@
<mimetype>text/plain</mimetype>
</mimetypes>
<binaries>
<binary>cosmic-tweaks</binary>
<binary>cosmic-ext-tweaks</binary>
</binaries>
</provides>
</component>