Coder Social home page Coder Social logo

rxyhn / yoru Goto Github PK

View Code? Open in Web Editor NEW
3.3K 44.0 196.0 185.88 MB

夜 - Yoru | Aesthetic and Beautiful Awesome Environment :first_quarter_moon:

License: GNU General Public License v3.0

Shell 9.39% Lua 90.61%
dotfiles awesomewm widgets rofi rice setup unixporn linux unix windowmanager

yoru's Introduction




Hi there! Thanks for dropping by! ❤️‍🔥

AwesomeWM Logo

Yoru (夜) Aesthetic and Beautiful Awesome Environment

Greetings and welcome to "Yoru (夜) Aesthetic and Beautiful Awesome Environment!"

Within these digital pages, you'll discover my meticulously crafted AwesomeWM configuration files—a personal collection honed to perfection.

Whether you've arrived in search of AwesomeWM configuration files or seek inspiration for your Linux Rice journey, you're in the right place.

Feel absolutely free to borrow from my creations, but I kindly ask that you remember to give credit where credit is due :)

AwesomeWM stands as a testament to its name—the most formidable and profoundly customizable window manager for X. While configuring it might demand a fair share of your time and dedication, I can confidently say that the aesthetic outcome is well worth the effort.

Thank you for visiting and exploring my world of aesthetics and beauty. May your creative journey be as splendid as the night sky (夜) from which "Yoru" takes its name.

❄️ ‎ Information

Here are some details about my setup:

AwesomeWM Modules:

  • bling
    • Adds new layouts, modules, and widgets that try to focus on window management primarily
  • color
    • Clean and efficient api for color conversion in lua
  • layout-machi
    • Manual layout for Awesome with an interactive editor
  • UPower
    • A UPowerGlib based battery widget for the Awesome WM

Main Features:

  • Eye-catching Colorscheme
  • MacOS like window decorations
  • Dashboard Panel
  • Info Center Panel
  • Notification Center Panel
  • Bottom Panel
  • Word Clock Lockscreen
  • Minimalist Exit Screen
  • Music Player
  • App Launcher
  • Github Activity Previews
  • Brightness / Volume OSDs
  • LayoutList PopUP
  • Battery Indicator
  • Wifi Indicator
  • Calendar Widget
  • Weather Widget
  • Quick Settings Widget
  • Hardware Monitor Widget
  • Animated Workspace Indicator
  • Beautiful Naughty Notification
  • Right-Click Main Menu

This repo has a wiki! You can check it by clicking here here.

🔧 ‎ Setup

This is step-by-step how to install yoru on your system. Just R.T.F.M.

1. Install Required Dependencies and Enable Services

⚠️This setup instructions only provided for Arch Linux (and other Arch-based distributions)

Assuming your AUR Helper is paru.

First of all you should install the git version of AwesomeWM.

paru -S awesome-git

Install necessary dependencies

paru -Sy picom-git wezterm rofi acpi acpid acpi_call upower lxappearance-gtk3 \
jq inotify-tools polkit-gnome xdotool xclip gpick ffmpeg blueman redshift \
pipewire pipewire-alsa pipewire-pulse alsa-utils brightnessctl feh maim \
mpv mpd mpc mpdris2 python-mutagen ncmpcpp playerctl --needed

Enable Services

systemctl --user enable mpd.service
systemctl --user start mpd.service
2. Install Yoru

Clone this repository

git clone --depth 1 --recurse-submodules https://github.com/rxyhn/yoru.git
cd yoru && git submodule update --remote --merge

Copy config files

cp -r config/* ~/.config/

Install a few fonts (mainly icon fonts) in order for text and icons to be rendered properly.

Necessary fonts:

Optional fonts:

  • My custom Iosevka build(Aesthetic Iosevka) - here
  • Azuki Font - here

Once you download them and unpack them, place them into ~/.fonts or ~/.local/share/fonts.

Or you can find the required fonts inside the misc/fonts folder of this repository.

cp -r misc/fonts/* ~/.fonts/
# or to ~/.local/share/fonts
cp -r misc/fonts/* ~/.local/share/fonts/

And run this command for your system to detect the newly installed fonts.

fc-cache -fv

Finally, now you can login with AwesomeWM

Congratulations, at this point you have installed yoru! 🎉

Log out from your current desktop session and log in into AwesomeWM

🎨 ‎ Colorscheme

colorscheme preview

Allow me to introduce the enchanting "Yoru (夜) Colorscheme!"

As the name suggests, "Yoru" translates to "night" in English, and these captivating and refined color schemes are tailor-made for those dedicated programmers who find solace in the depths of the night.

Designed with utmost care, this colorscheme offers a harmonious combination of shades that work tirelessly to keep your eyes refreshed and alert. With Yoru, you can write code and pursue your work deep into the night without the fatigue that harsh colors might induce.

The elegance of this colorscheme seamlessly integrates with every facet of your environment, ensuring a visually stunning and cohesive experience. It's the perfect complement to your aesthetic configuration, creating a harmonious blend that transcends the ordinary.

I proudly present "Yoru (夜) Colorscheme," a creation born from the hands and heart of none other than myself, rxyhn. Enjoy the beauty it brings to your digital world! <3

Xresources
! special
*.foreground:   #edeff0
*.background:   #0c0e0f

! black
*.color0:       #232526
*.color8:       #2c2e2f

! red
*.color1:       #df5b61
*.color9:       #e8646a

! green
*.color2:       #78b892
*.color10:      #81c19b

! yellow
*.color3:       #de8f78
*.color11:      #e79881

! blue
*.color4:       #6791c9
*.color12:      #709ad2

! magenta
*.color5:       #bc83e3
*.color13:      #c58cec

! cyan
*.color6:       #67afc1
*.color14:      #70b8ca

! white
*color7:        #e4e6e7
*color15:       #f2f4f5
Base46
base_30 = {
	white = "#edeff0",
	darker_black = "#060809",
	black = "#0c0e0f",
	lighter_black = "#121415",
	one_bg = "#161819",
	one_bg2 = "#1f2122",
	one_bg3 = "#27292a",
	grey = "#343637",
	grey_fg = "#3e4041",
	grey_fg2 = "#484a4b",
	light_grey = "#505253",
	red = "#DF5B61",
	baby_pink = "#EE6A70",
	pink = "#e8646a",
	line = "#1b1d1e",
	green = "#78B892",
	vibrant_green = "#81c19b",
	nord_blue = "#5A84BC",
	blue = "#6791C9",
	yellow = "#ecd28b",
	sun = "#f6dc95",
	purple = "#c58cec",
	dark_purple = "#BC83E3",
	teal = "#70b8ca",
	orange = "#E89982",
	cyan = "#67AFC1",
	statusline_bg = "#101213",
	lightbg = "#1d1f20",
	pmenu_bg = "#78B892",
	folder_bg = "#6791C9",
}

base_16 = {
	base00 = "#0c0e0f",
	base01 = "#121415",
	base02 = "#161819",
	base03 = "#1f2122",
	base04 = "#27292a",
	base05 = "#edeff0",
	base06 = "#e4e6e7",
	base07 = "#f2f4f5",
	base08 = "#f26e74",
	base09 = "#ecd28b",
	base0A = "#e79881",
	base0B = "#82c29c",
	base0C = "#6791C9",
	base0D = "#709ad2",
	base0E = "#c58cec",
	base0F = "#e8646a",
}

📑 ‎ Fonts

I am thrilled to share with you my very own custom font, inspired by the Iosevka Custom Build, featuring two distinctive variants: "Original" and "Nerd Font." What sets this font apart is its remarkable support for ligatures, enhancing your coding and text-editing experience.

This font holds a special place in my heart—it's my personal favorite among monospace fonts. It graces both my terminal emulator and all my code editors, elevating the quality of my coding endeavors.

And here's the icing on the cake: when paired with the enchanting Yoru Colorscheme, the synergy between font and colorscheme creates an absolutely mesmerizing visual experience. It's a combination that breathes life into your digital workspace, making it truly awesome!

I invite you to explore and enjoy the beauty and functionality of my custom font, knowing that it was crafted with dedication and passion.

Font Preview:

  • Regular
    font preview
  • Italic
    font preview

Installation:

  1. Clone or Download this repository
  2. Change the current directory to yoru/misc/fonts/Aesthetic Iosevka
  3. Choose the variant you want, or choose both
  4. Take actions depending on your OS:
    • Windows: Select the font files and drag into font settings / font control panel page.
      • On Windows 10 1809 or newer, the default font installation is per-user, and it may cause compatibility issues for some applications, mostly written in Java. To cope with this, right click and select “Install for all users” instead. Ref.
    • macOS: Follow instructions here.
    • Linux : Copy the font files to your fonts directory then run sudo fc-cache.

Usage:

  • Original:

    "editor.fontFamily": "Aesthetic Iosevka Original",
    "editor.fontLigatures": true,
  • Nerd Font:

    "editor.fontFamily": "AestheticIosevka Nerd Font",
    "editor.fontLigatures": true,

🌊 ‎ Gallery

Modern Top Panel
bottom panel preview
Aesthetic Dashboard
dashboard preview
Simple & Good looking Info Center
info center preview
Beautiful Notification Center
notification center preview
Naughty Notifications
notifications preview
Custom mouse-friendly ncmpcpp UI
ncmpcpp preview
Lockscreen with PAM Integration
word clock lockscreen preview
Minimalist Exitscreen
exitscreen preview

🗾 ‎ History

I must admit that this project had humble beginnings, born out of sheer boredom. It all began in January 2022 when I decided to delve into the world of Linux. While exploring the realm of Linux desktop art, a particular setup captured my attention, igniting a newfound interest in crafting something similar. And thus, here we are today, with my current setup, meticulously designed to embody an aesthetic that truly resonates with me.

As you may have already noticed, aesthetics take center stage in my work. Every element you see has been carefully curated to exude beauty and grace. However, my pursuit doesn't end with aesthetics alone. Functionality is equally vital in my endeavor, as I aim to create an operating system that not only pleases the eye but also ensures a comfortable and seamless user experience.

I genuinely hope that you enjoy my creation, and I wish you a wonderful day filled with positivity and inspiration! <3

I want to extend my heartfelt gratitude to all those who appreciate and support my work. Your love means the world to me. <3




📜 ‎ License

Yoru is under GNU GPL-3.0 License.

👤 ‎ Author

Yoru is created by Rxyhn.

💸 ‎ TIP JAR

If you've found joy and value in what I've shared, and you're inclined to express your appreciation, you have the option to provide a tip here.

Your gesture is never obligatory but forever cherished.

With heartfelt thanks, 💗

💡 ‎ Acknowledgements

  • Contributors

yoru's People

Contributors

alphatechnolog avatar chocolatebread799 avatar deathemonic avatar freddy1020 avatar janleigh avatar javacafe01 avatar kasper24 avatar ner0z avatar paulhersch avatar rxyhn avatar siddrs 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  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  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

yoru's Issues

Music Player volume slider doesn't scroll [Bug]

The music player volume slide doesn't scroll but when you toggle mute the value shows and the slider works

a little context

2022-07-04_16-46-28.mp4

sorry for the lag im using my toaster laptop rn

[Question]

1659193607 screensht

Hi rxyhn !
Its my first time using a window manager, and while browsing for the best one i stumbled across your dotfiles for awesomewm. I have faced no issues so far but when i tried to add apps that run on startup according to the wiki's instruction I couldnt find the run_on_startup section in my apps.lua.
Is there any other way to launch apps or commands on startup ?
Have a nice day !

Escape lock screen when using Mod4+Escape [Bug]

When the word clock show up in lock screen, pressing Mod4(Super) + Escape can escape lock screen and access windows.

Expected behavior
At lock screen should grab all input.

Screenshots
Using app menu after escape lock screen.
2022-07-18_203215

Distro (please complete the following information):
OS: Arch Linux

Additional context
I fixed this by adding hooks in config/awesome/modules/lockscreen/lockscreen.lua

hooks = {
    {
        { "Mod4" },
        "Escape",
        function()
            reset()
            grab_password()
        end,
    },
}

[Question]

hi i added export TODO_PATH="HOME/hwgse/.config/awesome/signal/todo.lua" to .bashrc cant get todo.lua to work properly also iv entered weather api and city id in rc.lua but weather not working

if i comment out -- require signal the dotfiles load if i dont comment out they dont load

is it possible to change wallpaper permantley . every time i restart awesome well wallpaper disappears and it goes back to solid grey home screen

btw these are with regard to Beautiful & Aesthetic Night Configuration Files

any feedback on these would be very much appreciated :)

[Question] How to change panel position to top?

I moved the bottom panel/bar on top and accordingly changed other items such as notification, centre panel, dashboard on top...
but I couldn't get the windows to move down, They overlap the newly moved top bar. What changes I need to make so that the windows are placed properly at bottom and do not overlap the top bar, right now there is empty space at bottom.

[Question] failed to load

Hi,
I'm trying to install this rice but so far I'm not succeeded.
After downloading and copying the config to my config location, all that happen was just a flick of the wallpaper and then the default awesomewm wallpaper display, not the rice.

I also try to delete the brightness/ battery signal but still can get it right...

The system tray does not work if Num Lock is activated. [Bug]

Simply put, if Num Lock is enabled, the system bar does not work. The truth is that it's quite a rare bug. Here is a video where you can visually see the problem.
Additional information
 | localectl status System Locale: LANG=es_ES.UTF-8 VC Keymap: es X11 Layout: es

Screenshot area in blue [Bug]

When I press to take a screenshot the screen turns blue although this does not prevent me from cropping to select the capture area
WhatsApp Image 2022-09-20 at 19 06 26

[Question] Failed to load config

I followed the setup instructions and installed all the dependencies on Fedora 36 but I'm getting this error

image

I tried the battery status fix mentioned here as well but the issues doesnt seem to be related to that. I'm not familiar with lua. Any help would be appreciated.

UI & Widgets doesn't work [Bug]

Hi rxyhn, awesomewm doesn't load correctly. I followed all the steps and installed all the dependencies but it still doesn't work.
The changes I've made are comment the lines 19 and 264 in ~/.config/awesome/ui/panels/bottom-panel/init.lua

Details:
bug
bug2

System Info:

  • I'm using Virtualbox (OS: ArchLinux)

[Question] System Tray requires a long time to Initialize?

The system tray is hided and can be exposed through animation (clicking "<"). However, the "<" button is not responsive until several minutes after entering awesome wm. I'm wondering is that because it takes so long to load that systray?

Vertical Bar [Feature Req]

Is your feature request related to a problem? Please describe.
I really like vertical bars on the side (since most people use widescreen monitors, saves visible vertical space)

Old Dotfiles

Are there dotfiles available for you night setup? Really liked this one.
night

The UI configuration has not taken effect [Bug]

Describe the bug
Some configurations have taken effect, but there seems to be something wrong with the configuration of the UI module. I tried to get the error message but failed. It seems that you have shielded the error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Distro (please complete the following information):

  • OS: [e.g. Arch Linux]

Additional context
2022-08-21_14-29

picom blur/opacity support

Currently when using picom to change a window's opacity the window will be transparent until there is a focus change so if I open wezterm it will be transparent . If open another window and change my focus to that window and move my focus back to wezterm the opacity of the terminal app resets making the whole thing pointless

How i enable the layout for firefox?

The layouts are working fine when I use a terminal or other apps but I can't splite my window with the terminal on one side and firefox on the other firefox always is maximized.
Thanks.

[Question] Weather variables

Hi everyone,I noticed that the weather widget is not working correctly, searching in the files I found that in the user_variables.lua file these variables are blank, (I put the code snippet below) could someone guide me on which API to use and how to put the coordinates?

return {
	widget = {
		weather = {
			--- API Key
			key = "",
			--- Coordinates
			coordinates = {
				"", --- lat
				"", --- lon
			},
		},

		--- Github activity
		github = {
			username = "VicoHBB",
		},
	},
}

Keyboard Layout in Wibar [Feature Req]

Well, I appreciate what you have done. I have literally become a fan of yours. Currently, I'm learning Lua to get started. I desperately need one feature for now. In a wibar I expect to see the current keyboard layout. I'm multilinugal, and I need to often switch my keyboard layout. I have googled on internet, but still couldn't setup myself as I am very noob in ricing.

Lastly, thank you for your all these work.

Some icons are not loading properly [Bug]

In my quick settings area, the two screenshot buttons, along with the brightness slider below are displaying the incorrect icon. I am not sure what makes those three different from the other toggles and slider, they all seem to use the same icon font.

image

  • OS: Arch Linux

Additional context
I installed the Material Design Icons package from the AUR. My guess is there is a difference between this package and the one you provided in the repo. I will try swapping them out and see if it makes a difference.

[Question] Why is the toggle dashboard key bind not implemented?

First of all, I love your work and this project, truly something amazing and I believe a huge step up from the previous version.

My question is regarding one of the key binds that is noted on the wiki section of the documentation, which is the Toggle dashboard function (super + shift + d) but after further research, found out that it doesn't even appears at the keys.lua file.
I tried making the change but I have no knowledge of how the dashboard is spawned,

--- Toggle dashboard
awful.key({ mod, shift }, "d", awesome.toggle_dashboard, { description = "Toggle dashboard", group = "app"}),

Thanks again for such an awesome project. Best regards.

[Question] What is altering the colour/opacity throughout the theme? Using the same hex value in different applications yield two unique shades.

Love the dots. Two questions:

  • What is altering the colour/opacity and how can I disable it? Using the same hex values on something in your Awesome dots + 3rd party apps yields two different shades. See screenshot; clear distinction between the titlebar and the terminal despite both having identical hex values.
    1

  • Is there a simple fix to switching the titlebar buttons from left to right?

[Bug] GitHub module still not working

Hi rxyhn. First, I'm very happy with your work. I really appreciate it. I couln't find the issue i opened.

I just did a fresh install of archlinux because i was on artix and hyprland. And I installed absolutely everything in the guide. I have internet, everything works... except the github module. Everything is configured correctly.

1658891041 screensht

[Question] Similar tabs as in i3?

I'm having troubling with tabbed layouts. I see that bling's mstabs are in the layouts, but I'm confused/unable to actually set that layout and navigate between windows in the tab.

So I've noticed that hitting mod+space can allows you to select the mstabs layouts which seems to be added in config/awesome/configuration/layout.lua, but the behaviour is odd. For example, when I select the tabbed layout using mod+space, it seems after opening a new window the select layout changes back to tile mode? Also, in tabbed windows, I don't know how to cycle through the tabs. Using bling.module.tabbed.iter() here doesn't seem to work.

I'm coming from i3 so basically I'm wondering if its possible to have similar tabs to what i3 has, and if so how. I basically want to

  1. activate tabbed mode
  2. any new window created in the workspace is added as a tab
  3. and using mod+h/l navigates between tabs

I'm not sure if this is possible in given the configs in this project or at all tbh

Colorscheme for windows terminal

Hello, so I still use Windows on my personal gaming pc with WSL 2 enabled, I was wondering if there was a way to get the aesthetic night colorscheme in the windows terminal, right now using Tokyo Nights, but since I use these dotfiles on my laptop, I though it would be cool to get the colorscheme working on my windows, thanks in advance!

Failed to Load Dotfiles

default

Hey rxyhn! i've already install your dotfiles by follow your setup but sadly i got nothing applied on my desktop

well, maybe this is caused by upower battery widget didn't receive a right path,if u have a battery device then u have to change the battery device_path in awesome/signal/battery.lua

Then how to check my battery path?

# Enumerate objects paths for devices
upower -e

# Proper device_path example
/org/freedesktop/UPower/devices/battery_BAT0

I didn't have a battery device, how to solve this problem?

You have to remove or comment battery signal init from awesome/signal/init.lua and the battery widget it self in awesome/ui/panels/bottom-panel/init.lua

[Question] top bar to bottom

Hi,

I have two questions:

  • how can I change top wibar to put it on the bottom ?
    I changed
		placement = function(c)
			awful.placement.top(c) 

to .bottom(c) but it seems the panel move but is not really visible and all the others windows keep stuck in the bottom.

  • Second question, how do you remove the rounded background from tag_list?
    I tried few test but seems not woring.

Ty

Lockscreen on sleep [Feature Req]

Is your feature request related to a problem? Please describe.
Lockscreen after wake up from sleep

Describe the solution you'd like
Can't we just call the lockcreen command before the laptop goes to sleep

Describe alternatives you've considered
I tried other solutions where you make a file that is supposed to be called before the device enters sleep

Nautilus theme

I have install nautilus as it was the default file manager in the config but when I open it the theme is the default light theme.

Not all keybindings work [Bug]

Describe the bug
Not all keybindings work. In particular, i can't seem to:

  • restart awesomewm
  • launch the custom rofi (it takes the system wide config file for some reason)
  • switch window with the arrow keys
  • quit awesomewm
  • switch tag (mod + n where 0 < n < 10)
    and so much more, possibly.

Expected behavior
All keybindings work.

Screenshots
Not necessary.

Distro (please complete the following information):

  • OS: Arch Linux

Additional context
I do have a sxhk daemon (sxhkd) started when i enter another session (not the awesomewm one), and killing it within the awesomewm session completely disables every single keybinding.
mod + enter works, but it shouldn't, since i only changed the default terminal recently and even before that the terminal spawned correctly (i do not have the previous default terminal installed). Other keybindings, like the one to switch the current awesomewm layout, work.

EDIT: wezterm is installed on my system.

Screenshot failed notification [Bug]

Describe the bug
Screenshot was successfully made, but notification shows that the screenshot was aborted.

Screenshots
1662048779

Distro (please complete the following information):

  • Arch

Additional context
I'm using the latest master branch of yoru

Installation on Ubuntu and other Debian based distros

I have tried for two straight days to make this yet I've had problems with either with the wrong version lua or with liblua.so.5.4 something else. I have tried to manually build awesome and lua but still the problems remain
Has anyone even tried to install it ubuntu or debian?

Any help or comments are appreciated.

[Bug] ExtraLarge mouse pointer after screen rotation

Describe the bug
After I fixed my monitor's rotation #145 (comment), the mouse pointer became 3x larger!

Section "Monitor"
 VendorName "ViewSonic"
 Identifier "DVI-I-1"
#  Modeline "1366x768" 148.50 1920 2008 2052 2200 1080
#  1084 1089 1125 +hsync +vsync
 Option "PreferredMode" "1440x900"
 Option "LeftOf" "DVI-D-0"
 Option "DPMS" "true"
 Option "Primary" "true"
EndSection

Section "Monitor"
 VendorName "HP"
 Identifier "DVI-D-0"
#  Modeline "3440x1440" 148.50 1920 2008 2052 2200 1080
#  1084 1089 1125 +hsync +vsync
 Option "PreferredMode" "1680x1050"
 Option "RightOf" "DVI-I-1"
 Option "DPMS" "true"
 Option "Rotate" "left"
 Option "Primary" "false"
EndSection

Additional context
Perhaps its a miscalculation from ~/.config/awesome/modules/better-resize.lua.

old dotfiles

hi im a big fan of your awesomewm work , im was wondering if it was possible to have the dotfiles of the first version you done of "Beautiful Day" & "Aesthetic Night" would b very much appreciated as i love that setup , also where can i get the install files for gtk theme and gtk firefox theme cant find them on git :)

NixOS support [Feature Req]

I couldn't fully reproduce on NixOS.

I tried to investigate where it was breaking. I found problems in signal/playerctl.lua which only worked in .cli() mode and not in .lib() mode.
Then it was the turn of the lock_screen module, and in this a very large lua code file that I am not good at. then. I had difficulty. Wibar, what caught my attention the most, also has a lot of code to investigate.

I managed to supply all external dependencies, but still I couldn't reproduce fully.

I would love for there to be an adapted version for NixOS or for you, as a creator and coder, to give the best fit for this incredible distro.

Aesthetic Night Telegram Theme [Feature Req]

Is your feature request related to a problem? Please describe.
Not related to a problem.

Describe the solution you'd like
Please use https://themes.telegram.com to create an Official Aesthetic Night theme for versions of Telegram

Describe alternatives you've considered
Keep using a rando theme that is marginally close to Aesthetic Night

Wiki: Document update process [Feature Req]

Is your feature request related to a problem? Please describe.
The wiki should have a page providing info on how to update the theme

Describe the solution you'd like
Add a page on the wiki explaining how to update (Maybe replace old files or maybe instead of copying the files to .config git cloning there and then git pull)

Lockscreen doesnt work well with fingerprint [Bug]

Describe the bug
Issues with fingerprint on lockscreen

Expected behavior
Should unlock the device

Distro (please complete the following information):

  • OS - Arch Linux - Manjaro

Additional context
Following the frpintd aurwiki documentation , just adding the pam for fprintd. First need to press enter and then it allows to enter passowrd, and using the other grosshack pam, doesnt work with the lockscreen

Can't seem to get volume/brightness osd [Bug]

Describe the bug
I'm able to interact with the sliders from control-center, but the hotkeys to change volume/brightness don't really show up, instead i get an error message, as shown below in the screenshot tag.

via control panel, this is what i get, volume is "empty" though it works fine if i try to raise/lower/mute etc
Control Panel

Expected behavior
I'd assume they work like inside the control panel

Screenshots
1658014312 screensht

Distro (please complete the following information):
Arch Linux

Additional context
i tried setting the value "manually" to see if the default was somehow on pamixer --get-volume, couldn't get it working anyways..

Can we have a small Bluetooth menu [Feature Req]

Is your feature request related to a problem? Please describe.
Well there is some issue with my bluetooth devices doesn't connect after opening my laptop form sleep.

Describe the solution you'd like
So can we have a small menu on hover over bluetooth icon on the bottom panel ? Just showing the paired devices and currently connect device

Describe alternatives you've considered
image
As you can see I have made a lot of changes to your setup , I made that bluetooth button copying the dnd file.
I would like to have a small widget show when hovering on that button for paired devices and currently connected device, and connect to a device when clicked

Additional context

Number of paired devices 
bluetoothctl paired-devices | wc -l
Name of device in loop NR
bluetoothctl paired-devices | awk 'NR==2 {print substr($0,26)}'

Maim instead of scrot ? [Feature Req]

Is your feature request related to a problem? Please describe.
I have seen scrot glitch when selecting an area.Whereas maim works better

Describe the solution you'd like
replace scrot commands with maim

[Question] Is it possible to disable notifications for some apps?

Hi, thanks for this awesome theme it work's amazing but regarding to the notifications, I would like to know how to disable them for some notifications like spotify because in each song inotify pop up 2 new notifications with the notification sound and it is a bit annoying. I've been searching about inotify tools but didn't figure out how to do it? Can you give a hand?

Thanks in advance.

PD: I've seen that is possible to disable notification in this case spotify from the settings, but it only removed one of the two notifications popups.

Unable to change some Keybindings

I have searched through all of the configs.

I am unable to find the config that changes the layout using mod + space

More a question than an issue.

Thanks!

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.