Fix polybar configuration

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2019-01-09 20:56:52 +01:00
parent 2487548c67
commit 1aada5a29e
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
7 changed files with 13 additions and 22 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
composer.phar
.fonts/
bin/composer
system/.config/dconf/user

View file

@ -69,6 +69,7 @@ ADD_GROUPS=(
SYSTEMD_SERVICES=(
"bumblebeed"
"cronie"
"org.cups.cupsd.service"
"wicd"
)

View file

@ -21,6 +21,7 @@
# Array of npm packages which should be installed globally
NPM_PACKAGES=(
"@vue/cli"
"eslint"
"gatsby-cli"
"npm-check-updates"
)

View file

@ -26,6 +26,3 @@ alias pj="cd ~/Projects"
# Alias for opening my code editor
alias e="code"
# Alias for starting Guild Wars 2 using bumblebee and wine
alias gw2="primusrun wine64 ~/.wine/drive_c/Program\ Files/Guild\ Wars\ 2/Gw2-64.exe -dx9single -autologin -mapLoadinfo"

View file

@ -9,6 +9,9 @@ usr\lib\qt4\plugins\imageformats\libqjpeg.so=40807, 0, x86_64 linux g++-4 full-c
usr\lib\qt4\plugins\imageformats\libqmng.so=40807, 0, x86_64 linux g++-4 full-config, 2018-10-22T23:10:59
usr\lib\qt4\plugins\imageformats\libqsvg.so=40807, 0, x86_64 linux g++-4 full-config, 2018-10-22T23:10:59
usr\lib\qt4\plugins\imageformats\libqtiff.so=40807, 0, x86_64 linux g++-4 full-config, 2018-10-22T23:10:59
usr\lib\qt4\plugins\bearer\libqconnmanbearer.so=40807, 0, x86_64 linux g++-4 full-config, 2018-10-22T23:10:59
usr\lib\qt4\plugins\bearer\libqgenericbearer.so=40807, 0, x86_64 linux g++-4 full-config, 2018-10-22T23:10:59
usr\lib\qt4\plugins\bearer\libqnmbearer.so=40807, 0, x86_64 linux g++-4 full-config, 2018-10-22T23:10:59
[Qt%20Factory%20Cache%204.8]
com.trolltech.Qt.QInputContextFactoryInterface%3A\usr\lib\qt4\plugins\inputmethods\libqimsw-multi.so=2018-10-22T23:10:59, imsw-multi
@ -21,6 +24,9 @@ com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imagefor
com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqmng.so=2018-10-22T23:10:59, mng
com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqsvg.so=2018-10-22T23:10:59, svg, svgz
com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqtiff.so=2018-10-22T23:10:59, tiff, tif
com.trolltech.Qt.QBearerEngineFactoryInterface%3A\usr\lib\qt4\plugins\bearer\libqconnmanbearer.so=2018-10-22T23:10:59, connman
com.trolltech.Qt.QBearerEngineFactoryInterface%3A\usr\lib\qt4\plugins\bearer\libqgenericbearer.so=2018-10-22T23:10:59, generic
com.trolltech.Qt.QBearerEngineFactoryInterface%3A\usr\lib\qt4\plugins\bearer\libqnmbearer.so=2018-10-22T23:10:59, networkmanager
[Qt]
filedialog=@ByteArray(\0\0\0\xbe\0\0\0\x3\0\0\0\x1e\0\0\0\xff\0\0\0\0\0\0\0\x2\0\0\0]\0\0\xe\0\x1\0\0\0\x4\x1\0\0\0\x1\0\0\0\x2\0\0\0\x5\x66ile:\0\0\0\x14\x66ile:///home/severin\0\0\0\x1\0\0\0\x32\0/\0h\0o\0m\0\x65\0/\0s\0\x65\0v\0\x65\0r\0i\0n\0/\0G\0o\0o\0g\0l\0\x65\0\x44\0r\0i\0v\0\x65\0\0\0\x32\0/\0h\0o\0m\0\x65\0/\0s\0\x65\0v\0\x65\0r\0i\0n\0/\0G\0o\0o\0g\0l\0\x65\0\x44\0r\0i\0v\0\x65\0\0\0~\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x1\xf1\0\0\0\x4\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x4\0\0\0\xff\0\0\0\x1\0\0\0\0\0\0\0@\0\0\0\x1\0\0\0\0\0\0\0@\0\0\0\x1\0\0\0\0\0\0\0r\0\0\0\x1\0\0\0\0\0\0\0\x1)

View file

@ -64,12 +64,12 @@ bottom = true
modules-left =
modules-center =
modules-right = music
tray-position = left
tray-position = none
[bar/bottom2]
inherit = bar/bottom
monitor = eDP-1
tray-position = none
tray-position = left
#######################################

View file

@ -32,22 +32,7 @@ export GTK_IM_MODULE=xim
export XMODIFIERS=@im=ibus
export QT_IM_MODULE=xim
# Wine
export WINEDEBUG=-all
export __GL_FSAA_MODE=0
export __GL_DEFAULT_LOG_ANISO=0
export __GL_LOG_MAX_ANISO=0
export STAGING_SHARED_MEMORY=1
export STAGING_RT_PRIORITY_SERVER=90
export WINEESYNC=1
export PBA_ENABLE=1
export __GL_THREADED_OPTIMIZATIONS=1
export __GL_SYNC_TO_VBLANK=0
export __GL_YIELD=NOTHING
# Node.js
NODE_EXTRA_CA_CERTS="$(mkcert -CAROOT)/rootCA.pem"
export NODE_EXTRA_CA_CERTS
export npm_config_prefix="$HOME/.node_modules"
# Go