Coder Social home page Coder Social logo

dotfiles-2.0's Introduction

✨ Widgets go brr! ✨

A Note: I'm back.

Table of Contents

Starring:

eww

  • Note: Check out the modified branch for a newer setup. Hope you like it!
  • xmonad
  • eww (Very wacky)
  • firefox 🦊
  • rofi 💈
  • tint2 (This fork is the only supported fork.) 🍫
  • Inhibitors 👁️ (Inhibitors are cool stuff that prevent auto screen lock when you're watching a video or something)
  • Healthy stuff ❤️ (Yeah, you get notifications to fix your posture and take a break)
  • Insert more stuff here

Hello! Thank you for dropping by! 👋

These are my xmonad configurations, and they go brr! 🚀 (Let's stop that there).

If you're here, I suppose you want to be cloning this configuration, for which look at the Installation Section below. 👇

Even if you're not, just look through the gallery:

Workflow 🖨️

Workflow GIF: (This is a short one, for more goodies look at the links below)

(Also, compression made it look kinda bad, but I think it shows what it needs to)

Workflow Video by SavvyNik aka @SavvyNik

Workflow Video by Guilherme Moreno aka @morenoled

Keybinds ✍️

These are the basic keybinds. Read through the xmonad/xmonad.hs file for more keybinds like increasing gaps and restoring gaps.

Keybind Function
Win + Shift + Enter Launch terminal (alacritty)
Win + Shift + C Close window
Win + O Open rofi menu
Win + Shift + Q Open rofi powermenu
Win + S Open sidebar
Win + Shift + S Close sidebar
Win + P Open dashboard
Win + Shift + P Close dashboard
Win + B Toggle the main bars
Win + Z Activate inhibitor (Stops autolocking)
Win + Shift + Z Dectivate inhibitor (Enables autolocking)
Win + Ctrl + G Toggle gaps (toggle to get screen space)
Win + J Navigate through windows
Win + K Navigate through windows
Win + Space Switch through layouts
Win + T Make a floating window tiled

Note: Toggling means to enable if inactive or to disable if active.

Note: Win refers to the Super key.

Installation 🤵‍

Alright, let's get to the main stuff.

If you feel like you don't want to read so much, here's a video, courtesy of @SavvyNik!

Nik's Installation Video for Arch Linux

Note: Whatever method you follow, if you want the weather and quote features to work as well, you need to modify your crontab as follows:
(To edit your crontab, crontab -e as a normal user.)

0,30 * * * * /home/{Your-username}/.config/eww/scripts/getweather
@reboot /home/{Your-username}/.config/eww/scripts/getquotes

And please follow these next few steps as well:

  • Add export PATH="$PATH:$HOME/bin" to your ~/.bashrc file (or a shell of your choice).
  • Edit the script in ~/.config/eww/scripts/getweather. Further steps are specified within that file.
  • Open tint2conf and edit the theme panellauncher.tint2rc. In there, head over to the Launcher tab and set the icon theme as candy-icons.
  • Get the Museo Sans 300 (ONLY THE 300 WEIGHT PLEASE, OTHERS LOOK WEIRD) font from Adobe itself or any other sources, put the .ttf or .otf file in your ~/.local/share/fonts
    • Run fc-cache -f after getting the font.
  • If the widgets don't work properly, go to the main repository and install eww as documented. Make sure the resulting binary is stored in ~/bin.
  • Issue xmonad --recompile after you complete all the steps, and relogin to xmonad.
  • For the profile picture to load, it needs to have the full path in eww.scss. Open the file, search for the string containing ~/.config(line number 329 to be exact) and edit it to point it to your image. Full path required. For example: $HOME/path/to/image.png.

For Arch Linux and it's derivatives (make sure you have git installed): 🌇

THIS MAKES BACKUPS TOO, SO YEAH. JUST DO IT. DO IT!

$ git clone https://github.com/Axarva/dotfiles-2.0.git
$ cd ./dotfiles-2.0
$ chmod +x ./install-on-arch.sh
$ ./install-on-arch.sh
$ sudo ln -s /usr/lib/libasan.so.8 /usr/lib/libasan.so.6 #This is here for tint2 to work.

That'll do the basic stuff. For a complete copy, look at the list of dependencies below.

AND DON'T FORGET TO READ WHAT'S WRITTEN AT THE END OF THE MAIN INSTALLATION SECTION UP THERE. Further steps are specified there. (Yes. Absolutely needs to be shouty capitals.)

For Gentoo Linux users (And basically any other distro): 🚂

I'm sorry I couldn't do it. You'll have to manually install dependencies.

Piece of good advice: If you use systemd, go ahead and ignore this, and skip to Going ahead: Others Edition.

In case you use something else, I recommend opening this repository in a text editor after you clone it, and global-replace the stuff that suits your system. After that, go ahead with Going ahead: Others Edition.

Going Ahead: Others Edition

You need to install the dependencies yourself, this script will add the fonts and the configs (and back up existing ones too):

$ git clone https://github.com/Axarva/dotfiles-2.0.git
$ cd ./dotfiles-2.0
$ chmod +x ./install-on-gentoo.sh
$ ./install-on-gentoo.sh

AND DON'T FORGET TO READ WHAT'S WRITTEN AT THE END OF THE MAIN INSTALLATION SECTION UP THERE. Further steps are specified there. (Yes. Absolutely needs to be shouty capitals.)

Dependencies 📊

Here you go. Make sure you have em all.

  • xmonad
  • eww (ElKowar's Wacky Widgets, binary included, but I encourage you to build it yourself and put the binary in your ~/bin).
  • firefox (Not exactly a dependency)
  • rofi version 1.7.0 (Configs originally come from @adi1090x, been edited by me).
  • tint2 (Please use this fork ONLY, or issues will occur. Binaries provided already.)
  • acpi
  • Museo Sans Font by Adobe (I think it needs some sort of acount, but get it) Or just search for it on the web and get it somewhere
  • Nerd Font (I include some, but you can use any of your choice.)
  • playerctl
  • brightnessctl
  • candy-icons
  • dunst
  • Spotify (for cover art, else edit the eww/scripts/getart script accordingly)
  • An OpenWeatherMap Account, (view eww/scripts/getweather script for more info)
  • feh
  • NetworkManager
  • greenclip
  • alacritty
  • picom (fork of ibhagwan or jonaburg)
  • jq: Command line json parser (Needed for widgets)
  • maim and xclip for screenshots
  • mpv for low-battery sound playing (Not exactly necessary, you'll get the notification, but the sound depends on it.)
  • Might need to be updated, so please tell me

Troubleshooting 🔫

And here we are:

  1. If xmonad doesn't build make sure you have the xmonad-contrib package.
  2. Bar looks weird: Try editing it a bit using ~/bin/tint2conf.
  3. Alacritty configs are faulty: I'm not sure about this one, works perfectly fine for me.
  4. Widgets positioning weird: I hardcoded them for a 1366x768 screen, will create others if I can
  5. Fonts: GET THOSE FONTS!
  6. MAKE SURE YOUR ~/bin DIRECTORY IS IN YOUR PATH, OR NOTHING WILL WORK! (Yes. Absolutely needs to be shouty capitals.)
  7. For instructions regarding use on VirtualMachine, please do check the VM folder of this repository.
  8. Bars not showing on Arch Linux: sudo ln -s /usr/lib/libasan.so.8 /usr/lib/libasan.so.6
  9. The workspace indicator bar issue has been solved through the binaries in my fork.
  10. Anything else? Open up an issue.

🌟 Good Luck and Cheers! 🌟

dotfiles-2.0's People

Contributors

99ashutosh avatar axarva avatar jimmysit0 avatar jzitnik-github avatar kellegram avatar keogami avatar mycroftholmes1989 avatar rauthan009 avatar redglobuli avatar themahani avatar walker-00 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

dotfiles-2.0's Issues

Terminal showing errors when opened.

Alacritty logs:

[2021-01-01 18:37:34.559364470] [ERROR] [alacritty_config] Problem with config: unknown variant "Subtract", expected one of "Key1", "Key2", "Key3", "Key4", "Key5", "Key6", "Key7", "Key8", "Key9", "Key0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "Escape", "F1", "F2", "F3", "F4", "F5", "F6", "F7", "F8", "F9", "F10", "F11", "F12", "F13", "F14", "F15", "F16", "F17", "F18", "F19", "F20", "F21", "F22", "F23", "F24", "Snapshot", "Scroll", "Pause", "Insert", "Home", "Delete", "End", "PageDown", "PageUp", "Left", "Up", "Right", "Down", "Back", "Return", "Space", "Compose", "Caret", "Numlock", "Numpad0", "Numpad1", "Numpad2", "Numpad3", "Numpad4", "Numpad5", "Numpad6", "Numpad7", "Numpad8", "Numpad9", "NumpadAdd", "NumpadDivide", "NumpadDecimal", "NumpadComma", "NumpadEnter", "NumpadEquals", "NumpadMultiply", "NumpadSubtract", "AbntC1", "AbntC2", "Apostrophe", "Apps", "Asterisk", "At", "Ax", "Backslash", "Calculator", "Capital", "Colon", "Comma", "Convert", "Equals", "Grave", "Kana", "Kanji", "LAlt", "LBracket", "LControl", "LShift", "LWin", "Mail", "MediaSelect", "MediaStop", "Minus", "Mute", "MyComputer", "NavigateForward", "NavigateBackward", "NextTrack", "NoConvert", "OEM102", "Period", "PlayPause", "Plus", "Power", "PrevTrack", "RAlt", "RBracket", "RControl", "RShift", "RWin", "Semicolon", "Slash", "Sleep", "Stop", "Sysrq", "Tab", "Underline", "Unlabeled", "VolumeDown", "VolumeUp", "Wake", "WebBack", "WebFavorites", "WebForward", "WebHome", "WebRefresh", "WebSearch", "WebStop", "Yen", "Copy", "Paste", "Cut"; ignoring binding

and:
[2021-01-01 18:37:30.757172608] [ERROR] [alacritty_config] Problem with config: unknown variant "Subtract", expected one of "Key1", "Key2", "Key3", "Key4", "Key5", "Key6", "Key7", "Key8", "Key9", "Key0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "Escape", "F1", "F2", "F3", "F4", "F5", "F6", "F7", "F8", "F9", "F10", "F11", "F12", "F13", "F14", "F15", "F16", "F17", "F18", "F19", "F20", "F21", "F22", "F23", "F24", "Snapshot", "Scroll", "Pause", "Insert", "Home", "Delete", "End", "PageDown", "PageUp", "Left", "Up", "Right", "Down", "Back", "Return", "Space", "Compose", "Caret", "Numlock", "Numpad0", "Numpad1", "Numpad2", "Numpad3", "Numpad4", "Numpad5", "Numpad6", "Numpad7", "Numpad8", "Numpad9", "NumpadAdd", "NumpadDivide", "NumpadDecimal", "NumpadComma", "NumpadEnter", "NumpadEquals", "NumpadMultiply", "NumpadSubtract", "AbntC1", "AbntC2", "Apostrophe", "Apps", "Asterisk", "At", "Ax", "Backslash", "Calculator", "Capital", "Colon", "Comma", "Convert", "Equals", "Grave", "Kana", "Kanji", "LAlt", "LBracket", "LControl", "LShift", "LWin", "Mail", "MediaSelect", "MediaStop", "Minus", "Mute", "MyComputer", "NavigateForward", "NavigateBackward", "NextTrack", "NoConvert", "OEM102", "Period", "PlayPause", "Plus", "Power", "PrevTrack", "RAlt", "RBracket", "RControl", "RShift", "RWin", "Semicolon", "Slash", "Sleep", "Stop", "Sysrq", "Tab", "Underline", "Unlabeled", "VolumeDown", "VolumeUp", "Wake", "WebBack", "WebFavorites", "WebForward", "WebHome", "WebRefresh", "WebSearch", "WebStop", "Yen", "Copy", "Paste", "Cut"; ignoring binding

Add an option to download with paru in arch linux install script

I was installing it with arch linux script and it asks to install yay for downloading from aur but I use paru. Can you guys add an option to install those needed packages from aur using paru.

Below was the message which came in terminal.

Would you like to install yay? Say no if you already have it (step necessary because well, we need some stuff) [yes/no]: yes

Quotes on centerlauncher.

Good afternoon Sir,
I changed the quotes.json text inside the ~/.config/eww/script/quotes.json, but most of the times it doesn't work, like this
2021-02-16_14-49_1

this is a example of my change:
{
"text": "I have a dream...",
"author": "Martin Luther King"
}

I beggined the file with [ in the first line, and finished with ] in the last file line.
I just used about one hundred quotes, changing each one.
I already checked if I made a mistake in the file, but is just like your, just the text and author changed.
Sometimes shows me up my quotes, most time don't.

And how can I prevent my monitor to get in to black screen mode? I made a /etc/X11/xorg.conf.d/10-monitor.conf** with this line:

Section "Monitor"
Identifier "eDP-1"
Option "DPMS" "false"
EndSection

Section "ServerLayout"
Identifier "ServerLayout0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
Option "BlankTime" "0"
EndSection

Didn't work. Also used xset s off. Still blacking after some time.
I tried dconf to change too.
Thanks for your time.

How to make xmonad take up lesser space on the bottom

This not a bug but a question.
I have disabled the dock at the bottom using tint2( I just removed the launcher from the panel and then set it to auto hide) but i can't make xmonad cover the gap left after removing the dock( it looks weird so i want to extend it to the bottom of my screen with very less spacing)
But when i edit the config file in ~/.xmonad/xmonad.hs

layoutHook = gaps [(L,30), (R,30), (U,40), (D,60)] $ spacingRaw True (Border 10 10 10 10) True (Border 10 10 10 10) True $ smartBorders $ myLayout,
and setting the D value to something lesser it just doesn't work.

Can someone help me out with this(I am new to this stuff)

Dude this thing doesn't load

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

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

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

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Dunst Notification Interactions

When the notifications come up in the top right, a click just dismisses the notification, how do I click on it to redirect me to that actual page?

Dashboard looks wrong

When i do win+p the weather widget is connect to the directorys and image thing.Any help would be nice.

VirtualMachine Friendliness

Describe the bug
The configuration does not seem to work at all in a vm environment.

To Reproduce
Steps to reproduce the behavior:
Install the configs on a linux virtual machine.

Expected behavior
The configuration to work properly.

Screenshots
None.

Desktop:

  • OS: Any [Bug confirmed for ArchLinux, suspected on other distributions]

Additional context
None.

Got stuck on a "script"

After following "./install-on-arch.sh" it just got stuck on this script, here a video of it https://streamable.com/h27oev. I am not competent enough to do anything else or to fix it on my own so advice would be pretty cool :)

Additional info:

  • OS: Archlinux 2021.05.01
  • VM: Virtualbox

Flameshot and xmonad don't play well together

It seems that flameshot doesn't capture keyboard when using with xmonad at the moment. A temporary fix was added by killing flameshot everytime a notification by flameshot is sent, but now it seems to break flameshot's Copy To Clipboard function.
(This is getting a bit annoying).

Proposed fixes:

  • Use maim with Mod + Print for saving and just Print for copying to clipboard.
  • Use another good-looking screenshot tool
  • Fix flameshot (How though?)

Icons looking broken/buggy.

Why does icons look like this?

image
image

And here: even if I made the changes to panellauncher.tint2rc nothing changed.
image

I noticed I can't logout too even if I changed the eww scripts as you described in README.md.

In the end, weather is not working properly.

(sorry for opening so many issues, but I'm discovering stuff step by step)

Image in profile widget?

I am unable to get the proper syntax in order to get the Avatar image get shown in the profile eww widget, can you show me what line should i use in the eww.xml file under profile?
image
heres what i have tried to do in eww.xml
https://termbin.com/ojzc
^ line 136 i dont know whats wrong in there
And secondly how do I get mpd instead of Spotify in sidebar music widget?

No rounded corners

My dock has squared corners,the sidebar does and when i do win+p the screeen goes blank.
Im on arch linux.

Picom feat. Nvidia

Hey bro,

First, your theme looks great,
better than everyone others could ever do.
But there's a problem:
I can't really do anything after the installation.
When I, for example want to open the terminal, I need to switch workspaces do get something even displayed.
I am pretty sure that's caused on the compositor.
Maby you could help me.

I am running arch Linux x86_64,
with an RTX 2060 super
AMD ryzen 5 3600x

with kind regards,

187Qrly :)

Smoother Animations

Umm, all the animations are now super snappy. It used to be smoother but I tinkered around the xmonad.hs file but can't seem to replicate it. Any ideas on how to? And btw by animations I mean switching between workspaces and toggling the bars and all that
Thanks in Advance!

Eww getweather

The weather only shows up if I run "exec ~/.config/eww/scripts/getweather" and then "eww kill && eww daemon"
How can I get it running since the beginning?
And yes, I edited may crontab, as you show in the tutorial.
Everything thing else is running fine. By the way, I loved this xMonad theme you made. Thanks for that.

Notebook lid.

something is happening when I close my notebook lid.
my SSH connection goes down, together with my no-ip service in systemctl.
When I open it, I recover my connection.
How can I fix that? Because my session isn't suspended.
thanks again.

Rounded corners.

How did you get your corners to be rounded? In my setup they are straight corners and would love to have them rounded like in your screenshots. please advise thanks!

Remove Xmonad

How to completely remove the entire xmonad things, cause it's kinda messed up my bspwm 😁

Using second monitor

I'm new in xmonad.
I applied your config, and now I don't see anything in my second display. When I log in with KDE Plasma, all works well. I have an NVIDIA card, specifically a 1650.

Trouble configuring the Mod + P menu

I have trouble getting the changes I made in the ~/.config/eww/eww.xml file to work. This is what I changed:

Untitledasdasd

What do I have to do to apply this changes? I've already recompiled and restarted xmonad.
EDIT: I also tried to edit the eww.scss file but to no effect.

1231231231231

Script fails to build rofi

Describe the bug
"Packages failed to build: rofi-git-1.5.2.r102.g151547a9-1" appears when trying to install rofi via arch installation script

To Reproduce
Steps to reproduce the behavior:
Run the installation script and proceed normally up until rofi installation

Expected behavior
rofi installs normally and the script continues with the installation

Desktop :

  • OS: Arch

How to remove the bottom bar and let xmonad take full screen space?

Not really a bug, but I tried changing values in ./xmonad/xmonad.hs and reloading xmonad (WIN+Q) and it doesn't change, is it something to do with eww? Also, is there any way to make the current window go fullscreen? Like, taking full width and height and rendering on top of the top bars.

Using tint2conf I got rid of the bottom bar, but the height it took is still taking space:

I also notice some overlapping in the items of the top right bar, I checked previous issues and apparently it had something to do with the font, but I already have it installed.

My resolution is 1920 x 1080.

Centerlaunch and Sidebarlaunch issues

Here I'm again =]
So, my problem is:
I had to reinstall my system. Everything is looking great, as usual, but when I try to shutdown or reboot using the icons on centerlaunch or sidebarlaunch, nothing happens.
when I use mod+shift+q, everything works fine. I can use the icons to do this.
I have oh-my-zsh, as usual.
By the way. When I run systemctl logout, nothing happens too. I'm using killall -u username. I think this is not the best way to logout, but I'm using it.
And yes, I had change all the doas to systemctl.
I'm running Arch, with Xorg. No gdm, no Gnome. I'm starting xmonad from terminal this time.
Thanks again my friend.

Cant open the sidebar or dashboard

I installed this config yesterday and it was working fine.
Today i turned on my pc and tried to open the sidebar with window+s but nothing happened so i tried to do win+p but nothing happened either.
What should i do to fix this?

Scaling

I have just installed this beautiful theme on my XPS 15 flawlessly and I am extremely impressed! However, I cannot use anything because of the improper scaling of the 4k display. I am not sure if there is a way for everything to scale properly or what I can do to resolve this. Does Dotfiles-2.0 support scale factors?

Change stuff in the Mod+P dashboard and workspaces taskbar

The title basically explains it
I need help changing the name and icons in the dashboard
And the icons on the workspaces taskbar seem irrelevant for my use, so I'd like to change it

PS: If u provided ways to change this, I'm really sorry, I looked up as much as possible

Thanks for making such an amazing config for xmonad.

No blur in dashboard

When I open the dashboard, the background is a solid color. I was expecting it to display my background blurred.
By reading the config/eww files I do not understand how it works. Do I have to create a blurred image of my background and insert it in the <window> or <def> object named "blur_full"?

Sidebar Scaling

Hey! So I installed this setup by following savvynik's vid. However my end result looks a bit different from the pictures on the github page. when I launch my side bar it ends halfway down my screen, but in the github pics it goes all the way down. is there any way to scale it so that it does so? my laptop resolution is 1920x1080. i tried to do tint2conf but there was no option for the sidebar. pls help. Ok, so I read the github and u said u made this for 1366x768. Could u pls make one for 1920x1080 as my scaling of widgets Is gone for a toss

Greenclip

It's not something important but you don't mention anywhere the dependancy greenclip even though you start a deamon at startup.I guess you can add yay install rofi-greenclip on startup script .Also it would be super cool to explain a bit what it does that xclip doesn't

install-on-arch.sh

In my opinion
(cd ~/.srcs/yay/ && makepkg -si )

change to
cd ~/.srcs/yay/ && makepkg -si

and after
mkdir -p ~/.config/
there should be
cd ~/.dotfiles-2.0

Picom fails on multi monitor

I run a laptop and dock it for a total of 3 monitors (including laptop). Everything within these dotfiles works perfect when I use just the laptop... as soon as I xrandr to the dock and other monitors, seems like picom fails super hard. No transparency and opening a new terminal / the sidebar takes like 2 seconds and it is super choppy. Anything I am doing wrong? Some helpful outputs below, let me know if anything else would be useful.

I just switched from qtile and all my hardware / docking / xrandr / picom was working there. I did picom & from the .xinitrc in that config though, now it is commented out as xmonad does it.

Thanks in advance for anything!

os
❯ uname -osr
Linux 5.12.5-arch1-1 GNU/Linux
gpu
❯ nvidia-smi
Sat May 22 19:33:19 2021
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 465.31       Driver Version: 465.31       CUDA Version: 11.3     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|                               |                      |               MIG M. |
|===============================+======================+======================|
|   0  NVIDIA GeForce ...  Off  | 00000000:01:00.0  On |                  N/A |
| N/A   45C    P0    23W /  N/A |    126MiB /  5934MiB |     24%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes:                                                                  |
|  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
|        ID   ID                                                   Usage      |
|=============================================================================|
|    0   N/A  N/A     26838      G   /usr/lib/Xorg                     125MiB |
+-----------------------------------------------------------------------------+
xrandr command (worked on qtile)
eval "xrandr --output ${main} --primary --mode 2560x1440 --rate 144 --output ${second} --auto --rotate right --right-of ${main} --output eDP-1 --auto --left-of ${main} && setxkbmap -option caps:swapescape"
error
❯ picom -f &
[1] 42493

~
✦ ❯ [ 05/22/2021 19:35:00.802 x_fence_sync ERROR ] Failed to trigger the fence (X error 136 XSyncBadFence request 134 minor 15 serial 2208)
[ 05/22/2021 19:35:00.802 paint_all ERROR ] x_fence_sync failed, xrender-sync-fence will be disabled from now on.
x_set_picture_clip_region() has failed to allocate memory, at ../src/x.c:311. Aborting...

[1]  + abort (core dumped)  picom -f

Blur window fails to blur

Describe the bug
The blur window should hide the window contents

To Reproduce
Steps to reproduce the behavior:

  1. Add definition for blur_full in eww.xml
  2. Add opacity rule for eww-blur_full in picom.conf
  3. eww open blur_full

Expected behavior
The contents of the window are blurred

Screenshots

When picom is not running, eww open blur_full shows a black screen, as expected.

Here's what my desktop looks like normally with picom running

image

And here is what it looks like when I open blur_full

image

There is basically no change, although the window is still there overlaying my windows. Running xprop and clicking the screen shows eww-blur_full is there.

I would like it to hide other windows in the background and simply blur the wallpaper, much like the behavior when a program is fullscreened, like so

image

Even though there are other windows on the screen, they are hidden. I think this is the behavior you have?

Desktop (please complete the following information):

  • OS: Arch Linux + i3

Some problem with widgets and cpu usage(tint2)

Hi, first of all thank you for this awesome theme :)

System Information:
- OS: Arch 2021

I have some problems with the widgets:
Screenshot from 2021-03-20 01-03-36
It's in a bad shape and It's full screen...
And also in the sidebar, the audio controller isn't working:
image

There is another problem with tint2 which leads up to high CPU usage but when I use the "CTRL + B" shortcut which disables launcher and clock etc. the tint2 will disappear from htop log... and it was mentioned in another issue, but I thought it's worth mentioning...
image

Thanks :)

error making: rofi-git

I can't install it.
I get this as a summary of failures:

3/17 rofi / helper_pidfile test FAIL 0.01s exit status 1
11/17 rofi / helper test FAIL 0.03s exit status 1
12/17 rofi / helper_expand test FAIL 0.04s exit status 1
13/17 rofi / helper_config_cmdline_parser test FAIL 0.04s exit status 1
15/17 rofi / helper_tokenize test FAIL 0.05s exit status 1

Can anyone help me, i don't know what to do to fix this issue.

I'm an absolute noob and I need help changing name and stuff in the Ctrl+P dashboard

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

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

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

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

How to get round corners and transition?

Cannot Get Round Corners
After I build ibhagwan/picom I still cannot get round corners. I then copy/pasted your picom.conf on my .config directory. Do I need to do some configuration? I am sorry with the lack of detail but I am lost here.

Transition
also the transition when opening any window (app) is not the expected behavior (your nice and cool effect). Where do I need to configure this?

Distro

  • OS: Debian Bullseye

Missing tint2-executors folder in $HOME

On a recent install on a fresh system, if I pull up tint2conf and go down to the executor 1, executor 2 etc. sections, I find taht the commands are looking for a folder in $HOME called tint2-exectors that does not exist.

High CPU usage with bars enabled

Describe the bug
I've gone through the basic configuration, looks beautiful. Thanks!
However, I have noticed that tint2 is pegging one CPU core whenever the main bars are enabled.
The process identified in htop shows that it is tint2 running the customscripts.tint2rc config file.

To Reproduce
Steps to reproduce the behavior:

  1. Start my desktop
  2. Open a terminal, such as alacritty
  3. Open htop
  4. Toggle Mod+b to see the CPU usage drop when the bars are disabled

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

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

Desktop (please complete the following information):

  • OS: EndeavourOS (Arch-based)
  • Browser: none
  • Version Current from git

Additional context
Add any other context about the problem here.

ZSH doesn't automatically install.

Using the latest Arch iso,
when using the ./install-on-arch.sh script when the installation is complete and the script explains that there is additional steps to complete, on previous installs the script waited for around 10 ish seconds then asked if you would like to install and switch to zsh as the primary terminal emulator. on my current install it didnt ask to install zsh. zsh was not previously installed on my system before i ran the script and after the script completed my system didnt have zsh on it.

Can you help me? I am new at linux.

I use a arch. Nothing is installed except Xmonad. I'm typing Kontrab -e into the terminal and it says "contrab: command not found". Can you help me, how can I set up your configuration?

Rofi/Clipboardy error

In the ~/bin/clipboardy I had to change the file.

#!/bin/bash
rofi -modi " :greenclip print" -show " " -run-command '{cmd}' -theme ~/.config/rofi/launchers/text/style_2.rasi

This was showing me a error, because ~/.config/rofi/launchers/text/style_2.rasi doesn't exist and greenclip was not installed. So I installed the grenclip and edited to ... ~/.config/rofi/launcher/black_launcher.rasi, or .... ~/.config/rofi/launcher/style.rasito make it run, and restarted the pc.
Now it's ok.
I think you should check your repository file.
Have I nice weekend, see ya.

Issue with interface not refreshing

Hey @Axarva,

Just installed XMONAD using @SavvyNik's video on Arch Linux, completely fresh installation on VirtualBox on Windows10. I also installed NVIDIA drivers and selected "3" to skip when offered intel/amd drivers.

My issue is when using the Super+Shift+Enter it loads the terminal, but will not refresh my screen so I cannot check what I have typed, unless I press Super+Shift+Enter again to load a second terminal it will show what I had typed in the first terminal.

This happens with all visual elements, was just giving terminal as an example.

Testing

Did I miss something?

List of my installed packages: https://ghostbin.co/paste/8aup

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.