begin manjaro i3

This commit is contained in:
eneller
2022-08-05 09:50:09 +02:00
parent 3bf73a7a83
commit d75fe2d25b
5 changed files with 38 additions and 8 deletions

View File

@@ -0,0 +1,8 @@
gtk-theme-name="Adapta-Nokto-Eta-Maia"
gtk-icon-theme-name="Papirus-Adapta-Nokto-Maia"
gtk-font-name="Noto Sans 10"
gtk-cursor-theme-name="xcursor-breeze"
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle="hintfull"
gtk-xft-rgba="rgb"

4
.config/gtk-3.0/gtk.css Normal file
View File

@@ -0,0 +1,4 @@
.window-frame {
box-shadow: none;
margin: 0;
}

View File

@@ -0,0 +1,10 @@
[Settings]
gtk-icon-theme-name=Papirus-Adapta-Nokto-Maia
gtk-theme-name=Adapta-Nokto-Eta-Maia
gtk-cursor-theme-name=xcursor-breeze
gtk-font-name=Noto Sans 10
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull
gtk-xft-rgba=rgb
gtk-application-prefer-dark-theme=true

View File

@@ -9,19 +9,22 @@
# set modifier key, Mod4 is super (windows), Mod1 = Alt key
set $mod Mod4
bindsym $mod+F12 restart;reload
# power options
set $shutdown shutdown -h now
set $reboot reboot
set $hibernate sudo -A systemctl suspend
font pango:Sans Regular 12
bar {
i3bar_command i3bar
status_command i3status --config $XDG_CONFIG_HOME/i3/i3status.conf
status_command i3status
#--config $XDG_CONFIG_HOME/i3/i3status.conf
mode dock
position top
#tray_output primary
font xft:Jetbrains mono 20
# font xft:Jetbrains mono 20
strip_workspace_numbers yes
workspace_buttons yes
@@ -30,7 +33,7 @@ bar {
statusline #F9FAF9
separator #454947
# border bg text
focused_workspace $BLUE $BLue $BLACK
focused_workspace $BLUE $BLUE $BLACK
active_workspace $WHITE $BLACK $WHITE
inactive_workspace $WHITE $BLACK $WHITE
binding_mode #16a085 #2C2C2C #F9FAF9
@@ -149,6 +152,9 @@ client.background $BLACK
# set background picture
exec --no-startup-id nitrogen --set-zoom-fill $HOME/.config/i3/bg.png
# try to start tray tools / applets manually
exec --no-startup-id nm-applet --sm-disable
exec --no-startup-id nm-applet
# --sm-disable
exec --no-startup-id blueman-applet
exec --no-startup-id pamac-tray
exec --no-startup-id xfce4-power-manager

View File

@@ -15,9 +15,7 @@ alias wget='wget --hsts-file="$XDG_CACHE_HOME/wget-hsts"'
alias yarn='yarn --use-yarnrc "$XDG_CONFIG_HOME/yarn/config"'
alias code='code --extensions-dir "$XDG_DATA_HOME/vscode"'
alias vscodium='vscodium --extensions-dir "$XDG_DATA_HOME/vscode"'
export QT_QPA_PLATFORMTHEME="qt5ct"
export QT_AUTO_SCREEN_SCALE_FACTOR=0
export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
export GTK2_RC_FILES="$XDG_CONFIG_HOME/gtk-2.0/gtkrc-2.0"
# default applications
export EDITOR=/usr/bin/nvim
@@ -27,7 +25,11 @@ export EXPLORER=/usr/bin/thunar
export MAILCLIENT=/usr/bin/neomutt
export LAUNCHER=dmenu_run
# global theme
# THEME
export QT_QPA_PLATFORMTHEME="qt5ct"
export QT_AUTO_SCREEN_SCALE_FACTOR=0
# global theme colors
export BLACK="#272822"
export WHITE="#FFFFFF"
export PINK="#F92672"