Code Monkey home page Code Monkey logo

cosmic-tweaks's Introduction

Tweaks for COSMIC

A tweaking tool for the COSMIC™ desktop.

window-light.png window-dark.png

Getting Started

Clone this repository to your local machine and open it in your code editor.

Run cargo run in the terminal to build and run the application.

Dependencies

Installation

Clone this repository to your local machine and run:

just build-release
sudo just install

License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details.

cosmic-tweaks's People

Contributors

edfloreshz avatar leb-kuchen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

cosmic-tweaks's Issues

Feature request: Advanced theming options

Theme Builder

Cosmic theme provides rich theming support, of which only a subset is covered by the appearance settings.

Values like warning, success and destructive are just colors and should be easy to change.
Generally I think we should provide all available options, though this would enable unreadable themes.

Feature: App labels and window un-grouping in the dock

Thanks for starting this project. This feature request would enable app labels and window un-grouping in the dock similar to traditional Windows/KDE layout.

pop-os/cosmic-applets#297
Above is the same request for official COSMIC integration (which would be ideal). However since the Dash To Panel extension implements this functionality in GNOME perhaps similarly COSMIC Tweaks could implement this functionality in COSMIC.

Inefficient code structure

The default method of every page is rendered in every view and there are no subscriptions. To avoid code duplication across pages, the config should also be shared. This is problematic because applets and settings also write to cosmic-config.

[Fix] Installing on Fedora

Related issue: leb-kuchen/places-status-indicator-applet-for-cosmic#2

Had to install these packages first:

sudo dnf install cargo
sudo dnf install just
sudo dnf install libxkbcommon-devel

sudo dnf install libxkbcommon-devel installed the following packages:

libxkbcommon-devel-1.6.0-2.fc40.x86_64 @fedora
xz-devel-1:5.4.6-3.fc40.x86_64         @fedora
libxml2-devel-2.12.7-1.fc40.x86_64     @updates-testing

[Feature Request] Assign wallpapers/icon sets/cursors to colour schemes.

Hello! First of all, I'm sorry if your project isn't really aimed at this specific objective. I wasn't sure where to ask this. Second, if this is already planned for the future in Cosmic, please let me know!

On Gnome I use something like Yin-Yang or Night Theme switcher to change my theme at sunset. I change the wallpaper and icons to match as well. Since this isn't a feature in Cosmic (at least, yet), I would love to have a way to make this happen without having to do so manually. I'm not sure if it'd be possible to sort of... assign a specific wallpaper & icon pack to a theme as of right now or maybe even create some of script to make this happen, so I thought I'd ask.

Anyway, thanks for all the great work.

Feature Request: Corner radii

The appearance settings has 3 options for corner radii. These are the generated config files in CosmicTheme{Dark,Light} respectively. There is a builder, but for corner radii these values are the same. Also these values are for top-left, top-right, bottom-right and bottom-left

(
    radius_0: (0.0, 0.0, 0.0, 0.0),
    radius_xs: (4.0, 4.0, 4.0, 4.0),
    radius_s: (8.0, 8.0, 8.0, 8.0),
    radius_m: (16.0, 16.0, 16.0, 16.0),
    radius_l: (32.0, 32.0, 32.0, 32.0),
    radius_xl: (160.0, 160.0, 160.0, 160.0),
)
(
    radius_0: (0.0, 0.0, 0.0, 0.0),
    radius_xs: (2.0, 2.0, 2.0, 2.0),
    radius_s: (8.0, 8.0, 8.0, 8.0),
    radius_m: (8.0, 8.0, 8.0, 8.0),
    radius_l: (8.0, 8.0, 8.0, 8.0),
    radius_xl: (8.0, 8.0, 8.0, 8.0),
)
(
    radius_0: (0.0, 0.0, 0.0, 0.0),
    radius_xs: (2.0, 2.0, 2.0, 2.0),
    radius_s: (2.0, 2.0, 2.0, 2.0),
    radius_m: (2.0, 2.0, 2.0, 2.0),
    radius_l: (2.0, 2.0, 2.0, 2.0),
    radius_xl: (2.0, 2.0, 2.0, 2.0),
)

So what options should we provide? I think of 2 options.

  1. Let the user set config file
  2. Provide more options than the appearance settings with a slider

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.