Giter VIP home page Giter VIP logo

Comments (16)

Aylur avatar Aylur commented on July 17, 2024 2

for the workspace indicator you have to edit it in bar.scss
for the arch logo you have to pass a size to the icon somewhere like in layouts/topbar.js on the launcher(size)

from dotfiles.

Aylur avatar Aylur commented on July 17, 2024 1

in the modules/clock file it is just a fallback format
the widget on the bar is defined in layouts/widgets/dashboard which overwrites it, you need to edit that

from dotfiles.

Aylur avatar Aylur commented on July 17, 2024 1

comment them out in layouts/topbar.js layouts/bottombar.js at the bottom of the file where its exported

from dotfiles.

Aylur avatar Aylur commented on July 17, 2024

running ags again won't restart it, you need to kill the process before

pkill ags && ags

from dotfiles.

RoccoRakete avatar RoccoRakete commented on July 17, 2024

Still not working.

My clock config for example: format = '%d.%m. %H:%M',

output: https://imgur.com/a/OyOekJA

same goes for workspaces, I enter: 10

it's showing 7

from dotfiles.

Aylur avatar Aylur commented on July 17, 2024

in what file and where exectly are you trying to set the format?

from dotfiles.

RoccoRakete avatar RoccoRakete commented on July 17, 2024

in modules/clock.js

from dotfiles.

RoccoRakete avatar RoccoRakete commented on July 17, 2024

ohh wait, in widgets, it's been working... so can you explain for what modules are?

from dotfiles.

Aylur avatar Aylur commented on July 17, 2024

as for the workspaces the same thing is happening
you need to edit it in layouts/widgets/hyprland.js

from dotfiles.

RoccoRakete avatar RoccoRakete commented on July 17, 2024

as for the workspaces the same thing is happening you need to edit it in layouts/widgets/hyprland.js

yep a got that already!
Thank you for your help. There is so much to configure and to explore.
Awesome work! :)

from dotfiles.

RoccoRakete avatar RoccoRakete commented on July 17, 2024

One more question, how do I disbale things like the desktopclock or the dock?

from dotfiles.

RoccoRakete avatar RoccoRakete commented on July 17, 2024

Is there an easy way to change the fontsize of the bar? Or do I have to edit this in the corresponding css files?

from dotfiles.

Aylur avatar Aylur commented on July 17, 2024

just the css file
in bar.scss

.panel{
  font-size: 20px;
}

from dotfiles.

RoccoRakete avatar RoccoRakete commented on July 17, 2024

just the css file in bar.scss

.panel{
  font-size: 20px;
}

that doesn't work :(

from dotfiles.

Aylur avatar Aylur commented on July 17, 2024

try editing the mixin

@mixin panel_button($flat: false, $reactive: true){
    // ...
    label {
        font-weight: bold;
        font-size: 30px;
    }
    // ...
}

from dotfiles.

RoccoRakete avatar RoccoRakete commented on July 17, 2024

thats kind of working, it doesn't change the workspace indicators and the arch logo

from dotfiles.

Related Issues (20)

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.