Giter VIP home page Giter VIP logo

dotfiles's People

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  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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dotfiles's Issues

Font issues

Can you provide a list of the fonts that need to be installed?

ags errors, refuses to work.

First off, the setup looks amazing, thank you for your hard work.

I'm using aylurs-gtk-shell-git 1.6.3.beta.r20.gf681ba2-1 and hyprland-git 0.34.0.r34.f92a86af-1 on Archlinux.

Ags seems to have some issues though, can't tell if it's the configs' problem or my mistake, and everything I've tried doesn't seem to fix it.
What happens is that on Hyprland launch, ags doesnt appear at all. Trying to run it through a terminal returns: Ags with busname "ags" is already running
So my next though is pkill ags and ags -c .config/hypr/themes/yorha/components/ags/config.js which returns:
(ags:102511): Gjs-WARNING **: 15:19:49.234: JS ERROR: ImportError: Unable to load file from: file://.config/hypr/themes/yorha/components/ags/config.js (Operation not supported) _init/GLib.MainLoop.prototype.runAsync/</<@resource:///org/gnome/gjs/modules/core/overrides/GLib.js:266:34

Moving all the files from .config/hypr/themes/yorha/components/ags/ to ./config/ags/ and running just ags returns:
(ags:103051): Gjs-WARNING **: 15:29:38.516: JS ERROR: ImportError: Unable to load file from: resource:///com/github/Aylur/ags/service.js (The resource at โ€œ/com/github/Aylur/ags/service.jsโ€ does not exist) loadURI@resource:///org/gnome/gjs/modules/internal/loader.js:88:21 loadURI@resource:///org/gnome/gjs/modules/internal/loader.js:290:30 resolveModule@resource:///org/gnome/gjs/modules/internal/loader.js:179:33 moduleResolveHook@resource:///org/gnome/gjs/modules/internal/loader.js:339:29 _init/GLib.MainLoop.prototype.runAsync/</<@resource:///org/gnome/gjs/modules/core/overrides/GLib.js:266:34

At this point I'm stumped. I'm not the most technical person in the world and I couldn't find a fix online. Is this an error on my side? Any help would be appreciated as I love Automata and the theme looks fantastic. If you need any logs or any other info please let me know.

Workspace numbers and dark mode

Hey there, first of all, thanks for sharing these awesome configs. Just trying it now and it's almost seamless.

So, by default we start with 10 workspaces, I'm fine with that and all, except that when I move the mouse it becomes like this:
image

And I've been reading things on the code and about hyprland and did not manage to get to change the theme. Maybe I'm just not seeing something obvious though.

Question about layout

Why are you using a python script for making the layout dynamic (at least that's what I believe it does) instead of just using the dwindle layout?
Just for my information, not trying correct any of your ways by the way :D

Prompt Config

Hi flick0, this rice is absolutely beautiful! I got everything working except the prompt, which I don't believe is configured in this repo. Are you using starship? If so, could you provide your config for it? Thanks

Issues with ags

No animations on the right side of the player. Also, when you change the colorscheme, the background does not change to the appropriate one. swww init can help with background but idk what to do with cava with player.

Top bar, System menu, notifications not working.

Hello, I have installed this rice from a fresh minimal arch install via the install script. I followed all the steps from the readme, but several things are not working yet.
Even after looking at several issues, with the top bar, I couldn't resolve my issue of not seeing it at all. The System menu showcased in your youtube viedeo like this:
Your showcase on Youtube
Does not show up (how is it started/configured?)
trying to send a dummy notification just gives me this error:
notify-send "message" "more message"
-> GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable

The Screenshot tool acts really weird with 2 monitors, it . Is this known? Do I need to edit a config file for this? Here are my monitors if they are causing the issue.
monitor=DP-1, 2560x1440@165,1920x-200,1
monitor = HDMI-A-1, 1920x1080@144, 0x0, 1

The player works great for web play, but on native spotify the album cover doesn't update at all. Also is it supposed to start automatically, because I only got it working after launching it manually with ags.

Not sure if this has something to do with anything named above, but cava doesn't actually show the sounds currently played and only shows something that seems to be a placeholder.

This project is amazing and I would love to get it to work. Is there a Discord server for issues and discussions about this?

Anyway, thanks in advance. I am somewhat new to linux and especially ricing, so I hope this issue isn't too stupid, but after taking a look at some of these issues, I believe, the standart isn't too high for questions.

cherry blossom waybar system_scripts

Hi, i noticed some waybar modules in the cherry blossom branch used a folder called system_scripts located in $HOME/.config. Maybe you forgot to add the folder to the dotfiles...

How to show AGS bar on multiple monitors

First of all, one of the most awesome Rice in my opinion.

I generally use multi monitor setup. AGS bar is working nicely on single laptop screen, How can I modify the config so that I can get AGS bar on both monitors I'm using.

Expand button

Hi! Can you please tell me how to add other components inside the "Expand" button?

move col.group_border and col.group_border_active to general

An update released which displays an error when launching hyprland with this rice. here's how to fix it:

change this:

dwindle {
    pseudotile=1 # enable pseudotiling on dwindle
    force_split=0
   col.group_border=0xff89dceb
   col.group_border_active=0xfff9e2af
}

to

dwindle {
    pseudotile=1 # enable pseudotiling on dwindle
    force_split=0
}

and insert

col.group_border=0xff89dceb
col.group_border_active=0xfff9e2af

in the general category, making it look like this:

general {
    sensitivity=1.0 # for mouse cursor
    gaps_in=8
    gaps_out=15
    border_size=5
    col.active_border=0xfff5c2e7
    col.inactive_border=0xff45475a
    col.group_border=0xff89dceb
    col.group_border_active=0xfff9e2af
    apply_sens_to_raw=0 # whether to apply the sensitivity to raw input (e.>
}

Bar Components Missing

Heya, thanks for the incredible rice, flick0! Made swapping from X11 and Qtile so so so much easier!

One issue I'm having while modifying the bar, is that a lot of the components are missing. I'm not sure if I'm just blind and accidentally missed them being commented out! But here is what my bar looks like right now:
image

So components such as battery, backlight, and most importantly the systray are missing. I'm sure this is just some code oversight on my part but I'd super appreciate any guidance as to where I can approach solving the issue!

(As an unrelated note, might be useful to set the 'sort numerically' value for waybar! Otherwise the workspaces come up in the order 1, 10, 2, 3... - unless of course this is intentional, happy to throw up a pr if not)

Edit: Closed as I realized the items were there, and the issue was on my part!

[Yorha] Black Screen After copying the Files

Hey i know that you been working on this Super Cool Hyprland config for a long time and it just dropped .

but i have a problem ,I made a new user just for this and after logging into new hyprland session and doing what the readme instructed which was installing , cloning and copying,
after copying the files from the temp to main .config/hypr
it refreshed and it went black except for the terminal and firefox but no wallpaper no bar , only mod+q , mod + l and mod +m to quit was working
not sure whats happening there
tried rebooting ,reinstalling and cloning a few times , didnt seemed to work :/

so what should i do

Icon missing

I installed nerd font on arch linux from aur, but the icon on bar seem missing.
0719232214

Misc window issues

Hello, thanks for the rice, it looks really nice !
I've just been having a couple windowing problems, notably Spotify always opening in floating mode (despite trying to add windowrules for it to tile).

The hover texts from the Waybar also go behind my workspace windows, making them unreadable. Is there a way to stick them on top ?

Finally, the dynamic pill / media player doesn't show up, and neither does the Network one. Any ideas on why that happens ?

Thanks a lot !

Installation problem

I installed everything from base on arch install in one of my system but after following all the steps & making sure all packages where downloaded properly it seems that nothing is themed (like the terminal & sddm )
Also getting bunch of errors on hyprland.conf ( IDK why but those errors are pointing towards the commented messages

Missing Cava Module?

Hi flick0,

I have to say I love the dreamy rice. I have pretty much got it all working now but I seem to be missing the cava module on waybar? How do I add that please?

Many thanks for all your hard work, it's greatly appreciated.

Regards
Lee

None of the widgets show

Firstly, I absolutely love this - Nier Automata is a really cool game and I love how this looks. Sadly, even after following the instructions, and attempting to use the install script, I do not get any widgets like the workspace options or the settings are visible. I have already installed the base config in the master branch, and have configured my monitor's resolution. This is all I see:
image
Edit: Hyprbar does send the notification saying that it's initialised, and notifications also don't send, like the one that should notify me about a screenshot.

Screen is turning off

After installing both master and hyprland-yorha branch, i try to start hyprland but it just turns my monitor off.
All i did is install dependecies, both branches and add 2 lines to hyprland.conf($yorha=$THEME/yorha and source=$nier/theme.conf). But paru didnt found light-git, so i installed light instead.
Now i reinstalled distro and repeated everything, trying to login via sddm: black screen for a couple of seconds and i see sddm login window again. Running Hyprland in tty caused black screen and turned monitor off.
distro: EndeavourOS

File manager

Whats the file manager used in the video and what theme it uses ?

Can't adjust waybar height.

Hello, i found your waybar to be pretty. But i have a problem to adjust waybar height. Perhaps you could point out which part i should adjust?

waybar not starting

i just followed the instructions to install all the stuff. haven't changed anything, but waybar just isn't starting. it's in autostart. one potential issue is that i installed waybar through pacman -S waybar instead of using paru because paru just would fail to install it every time. let me know if more info is needed.

waybar high cpu usage

is there anyway to optimizing waybar ? because it using about 34-37% of my cpu :((

Wallpaper ,screenshot and waybar

Everytime it boots no wallpaper always blank also it takes screen shot
And waybar clock is wrong and fish is default terminal
Any ideas to fix it

[YoRHa] Error when installing dependency (hyprland-plugin-hyprbars-git)

:: Resolving dependencies...
:: Calculating conflicts...
:: Calculating inner conflicts...
:: orphans: hyprland-plugin-hyprbars-git

Aur (1) hyprland-plugins-git-r92.b225987-1 (hyprland-plugin-hyprbars-git)

:: Proceed to review? [Y/n]: Y

:: Downloading PKGBUILDs...
PKGBUILDs up to date
nothing new to review
fetching devel info...
==> Making package: hyprland-plugins-git r92.b225987-1 (Wed 14 Feb 2024 10:30:55 PM -03)
==> Retrieving sources...
-> Updating hyprland-plugins-git git repo...
==> Validating source files with sha256sums...
hyprland-plugins-git ... Skipped
==> Making package: hyprland-plugins-git r92.b225987-1 (Wed 14 Feb 2024 10:31:06 PM -03)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Updating hyprland-plugins-git git repo...
==> Validating source files with sha256sums...
hyprland-plugins-git ... Skipped
==> Removing existing $srcdir/ directory...
==> Extracting sources...
-> Creating working copy of hyprland-plugins-git git repo...
Cloning into 'hyprland-plugins-git'...
done.
==> Starting pkgver()...
==> Updated version: hyprland-plugins-git r120.d7ee473-1
==> Sources are ready.
hyprland-plugins-git-r92.b225987-1 (hyprland-plugin-hyprbars-git): parsing pkg list...
==> Making package: hyprland-plugins-git r120.d7ee473-1 (Wed 14 Feb 2024 10:31:26 PM -03)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting pkgver()...
==> Removing existing $pkgdir/ directory...
==> Starting build()...
g++ -shared -fPIC --no-gnu-unique main.cpp trail.cpp -o hyprtrails.so -g pkg-config --cflags pixman-1 libdrm hyprland -std=c++2b -O2
g++ -shared -fPIC --no-gnu-unique main.cpp -o csgo-vulkan-fix.so -g pkg-config --cflags pixman-1 libdrm hyprland -std=c++2b -O2
g++ -shared -fPIC --no-gnu-unique -g -std=c++2b -Wno-c++11-narrowing pkg-config --cflags pixman-1 libdrm hyprland pangocairo libinput libudev wayland-server hyprland main.cpp barDeco.cpp -o hyprbars.so pkg-config --libs pangocairo -O2
g++ -shared -fPIC --no-gnu-unique main.cpp borderDeco.cpp -o borders-plus-plus.so -g pkg-config --cflags pixman-1 libdrm hyprland -std=c++2b -O2
g++ -shared -fPIC --no-gnu-unique main.cpp -o hyprwinwrap.so -g pkg-config --cflags pixman-1 libdrm hyprland -std=c++2b -O2
In file included from /usr/include/hyprland/src/defines.hpp:1,
from /usr/include/hyprland/src/Compositor.hpp:7,
from main.cpp:5:
/usr/include/hyprland/src/includes.hpp:108:10: fatal error: wlr/util/transform.h: No such file or directory
108 | #include <wlr/util/transform.h>
| ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from /usr/include/hyprland/src/defines.hpp:1,
from /usr/include/hyprland/src/Compositor.hpp:7,
from main.cpp:6:
/usr/include/hyprland/src/includes.hpp:108:10: fatal error: wlr/util/transform.h: No such file or directory
108 | #include <wlr/util/transform.h>
| ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from /usr/include/hyprland/src/defines.hpp:1,
from /usr/include/hyprland/src/Compositor.hpp:7,
from main.cpp:6:
/usr/include/hyprland/src/includes.hpp:108:10: fatal error: wlr/util/transform.h: No such file or directory
108 | #include <wlr/util/transform.h>
| ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from /usr/include/hyprland/src/defines.hpp:1,
from /usr/include/hyprland/src/Compositor.hpp:7,
from main.cpp:6:
/usr/include/hyprland/src/includes.hpp:108:10: fatal error: wlr/util/transform.h: No such file or directory
108 | #include <wlr/util/transform.h>
| ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from main.cpp:6:
/usr/include/hyprland/src/includes.hpp:108:10: fatal error: wlr/util/transform.h: No such file or directory
108 | #include <wlr/util/transform.h>
| ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:2: all] Error 1
make: *** [Makefile:2: all] Error 1
In file included from /usr/include/hyprland/src/defines.hpp:1,
from /usr/include/hyprland/src/render/decorations/IHyprWindowDecoration.hpp:4,
from barDeco.hpp:5,
from barDeco.cpp:1:
/usr/include/hyprland/src/includes.hpp:108:10: fatal error: wlr/util/transform.h: No such file or directory
108 | #include <wlr/util/transform.h>
| ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:11: hyprbars.so] Error 1
In file included from /usr/include/hyprland/src/defines.hpp:1,
from /usr/include/hyprland/src/render/decorations/IHyprWindowDecoration.hpp:4,
from borderDeco.hpp:5,
from borderDeco.cpp:1:
/usr/include/hyprland/src/includes.hpp:108:10: fatal error: wlr/util/transform.h: No such file or directory
108 | #include <wlr/util/transform.h>
| ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:2: all] Error 1
In file included from /usr/include/hyprland/src/defines.hpp:1,
from /usr/include/hyprland/src/render/decorations/IHyprWindowDecoration.hpp:4,
from trail.hpp:7,
from trail.cpp:1:
/usr/include/hyprland/src/includes.hpp:108:10: fatal error: wlr/util/transform.h: No such file or directory
108 | #include <wlr/util/transform.h>
| ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:2: all] Error 1
==> Entering fakeroot environment...
==> Starting package_hyprland-plugin-borders-plus-plus-git()...
install: cannot stat 'borders-plus-plus.so': No such file or directory
==> ERROR: A failure occurred in package_hyprland-plugin-borders-plus-plus-git().
Aborting...
error: failed to build 'hyprland-plugins-git-r92.b225987-1 (hyprland-plugin-hyprbars-git)':
error: packages failed to build: hyprland-plugins-git-r92.b225987-1 (hyprland-plugin-hyprbars-git)

Waybar config

Hello. I can't find a waybar config. Would you add it / explain where it stored please? Or are you using tint2 as a frontend instead?

awesome?

Am I missing smth? Why're there awesome dotfiles when its a hyprland rice

Question about vscode :)

Hey,

your setup looks awesome :). Would you mind sharing what addons/plugins you used beside the Custom CSS part? :) Or maybe post "relevant" parts of your settings.json.

Greetings
Moritz

(Noobie) How can i set theme to be permanently black?

When I start each new session, something strange always happens to the theme. If I ended the last session with a black theme, then drun will look like it is from a white theme and I have to switch between them a couple of times to normalize(Sorry in advance, I used a translator and may have used some words not according to their direct meaning).

Missing `sh` files

Where can I find the power related sh files to change profiles from power to battery?

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.