Coder Social home page Coder Social logo

my_awesome_manjaro's Introduction

Customização da distribuição Manjaro XFCE (https://manjaro.org) para se usar o Awesome Window Manager AwesomeWM 4.3

Customização Original design by PapyElGringo, modified by Chris Titus.

Baseado no titus-awesome

Esta fork é apenas uma tentativa pessoal de melhorar meu modo de trabalho, aprender, compartilhar e não perder minhas ideias.

Instalação

Manjaro XFCE

Todas minhas configuração foram sobre a base do Manjaro XFCE, com certeza deve funcionar em outras distros baseadas em Arch, mas alguns pacotes adicionais devem ser encessários.

Instalar os pacotes:

Antes de instalar os pacotes deve-se instalar o yay. Para isso siga as instruções desse site: (https://www.linuxcapable.com/how-to-install-yay-aur-helper-on-manjaro-21-linux/)

Instalar os pacotes necessários com esses comandos:

Pacotes de tema:

yay -S awesome rofi picom xclip ttf-roboto polkit-gnome materia-theme lxappearance flameshot network-manager-applet qt5-styleplugins papirus-icon-theme i3lock i3lock-fancy-dualmonitors-git code pamac-tray-icon-plasma pnmixer -y

Pacotes condizentes com os atalhos:

yay -S discord thunderbird libreoffice nitrogen nemo brave-browser

Apps utilitários e jogos:

yay -S obs-studio okular dropbox github-desktop-bin scid dropbox

Apps para música:

yay -S musescore reaper cadence helm minuet jack2 pulseaudio-jack

Lista de programas para sistema e tema

  • AwesomeWM as the window manager - universal package install: awesome
  • Roboto as the font - Debian: fonts-roboto Arch: ttf-roboto
  • Rofi for the app launcher - universal install: rofi
  • picom for the compositor (blur and animations) universal install: picom - Debian users need PPA (sudo add-apt-repository ppa:regolith-linux/unstable) Note: I recommend Compton for Debian Users and the Debian Branch
  • i3lock the lockscreen application universal install: i3lock-fancy-dualmonitor
  • xclip for copying screenshots to clipboard package: xclip
  • [gnome-polkit] recommend using the gnome-polkit as it integrates nicely for elevating programs that need root access
  • Materia as GTK theme - Arch Install: materia-theme debian: materia-gtk-theme
  • Papirus Dark as icon theme Universal Install: wget -qO- https://git.io/papirus-icon-theme-install | sh
  • lxappearance to set up the gtk and icon theme
  • (Laptop) xbacklight for adjusting brightness on laptops (disabled by default)
  • flameshot my personal screenshot utility of choice, can be replaced by whichever you want, just remember to edit the apps.lua file
  • pamac-tray-icon-plasma tray for pamac.
  • pnmixer Audio Tray icon that is in debian repositories and is easily installed on arch through AUR.
  • network-manager-applet nm-applet is a Network Manager Tray display from GNOME.

Lista de programas condizentes com os atalhos

  • discord Discord A new way to chat with your communities and friends. Discord is the easiest way to communicate over voice, video, and text.
  • Thunderbird E-mail Client
  • libreoffice Suite Office
  • nitrogen is a fast and lightweight (GTK2) desktop background browser and setter for X Window.
  • brave Brave is an open-source, privacy-focused web browser created by Brendan Eich (CEO) and Brian Bondy (CTO) through Brave Software.
  • nemo Nemo is a free and open-source software and official file manager of the Cinnamon desktop environment
  • Code Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.

Lista de programas utilitários e jogos

  • Obs-Studio Free and open source software for video recording and live streaming.
  • Okular Multi-platform, fast and packed with features, Okular allows you to read PDF documents, comics and EPub books, browse images, visualize Markdown documents, and much more.
  • Dropbox Dropbox is a file hosting service operated by the American company Dropbox, Inc.
  • github Focus on what matters instead of fighting with Git. Whether you're new to Git or a seasoned user, GitHub Desktop simplifies your development workflow.
  • Scid Study Chess Like You Mean It Manage databases with millions of games, analyze using UCI or Winboard engines, prepare for your next opponent, and much more. And it's Free and Open Source (GPL Licensed).

Lista de programas para música

musescore reaper cadence helm minuet jack2 pulseaudio-jack

2) Clonar os arquivos de configuração:

Arch-Based Installs

git clone https://github.com/Byronico-PRS/my_awesome1 ~/.config/awesome

3) Ligar configurações do Rofi com os arquivos de configuração já baixados

Configurações do menu Rofi

mkdir -p ~/.config/rofi
cp $HOME/.config/awesome/theme/config.rasi ~/.config/rofi/config.rasi
sed -i '/@import/c\@import "'$HOME'/.config/awesome/theme/sidebar.rasi"' ~/.config/rofi/config.rasi

4) Manter o mesmo tema para aplicações Qt/KDE e GTK, arruma os indicadores perdidos

First install qt5-styleplugins (arch) and add this to the bottom of your /etc/environment

XDG_CURRENT_DESKTOP=Unity
QT_QPA_PLATFORMTHEME=gtk2

The first variable fixes most indicators (especially electron based ones!), the second tells Qt and KDE applications to use your gtk2 theme set through lxappearance.

Ativar numlock no greeter

Com o pacote numlockx já instalado editar o o arquivo:

sudo nano /etc/lightdm/lightdm.conf
[Seat:*]
greeter-setup-script=/usr/bin/numlockx on

Configuração de audio

Permitir ao Jack Realtime Scheduling

1 Editar arquivo de configuração:

sudo nano /etc/security/limits.conf

Este arquivo deve conter pelo menos essas duas linhas:

@audio   -  rtprio     95
@audio   -  memlock    unlimited

2 Criar o grupo de audio

Na instalação do seu sistema o grupo de audio pode já ter sido criado, caso isso não tenha ocorrido crie o grupo e adicione seu usuário:

groupadd audio
usermod -a -G audio ´usuario´

3 Reinicie o computador

Reinicie e as configurações de áudio já devem funcionar. Verifique no Cadence no System Checks se o usuário está no grupo de áudio.

5) Read the documentation

The documentation live within the source code.

The project is split in functional directories and in each of them there is a readme where you can get additional information about the them.

  • Configuration is about all the settings available
  • Layout hold the disposition of all the widgets
  • Module contain all the features available
  • Theme hold all the aesthetic aspects
  • Widget contain all the widgets available

my_awesome_manjaro's People

Contributors

byronico-prs avatar christitustech avatar nishantkr18 avatar redsfyre avatar kylelondon92 avatar

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.