begin manjaro i3
This commit is contained in:
8
.config/gtk-2.0/gtkrc-2.0
Normal file
8
.config/gtk-2.0/gtkrc-2.0
Normal 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
4
.config/gtk-3.0/gtk.css
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
.window-frame {
|
||||||
|
box-shadow: none;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
10
.config/gtk-3.0/settings.ini
Normal file
10
.config/gtk-3.0/settings.ini
Normal 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
|
||||||
@@ -9,19 +9,22 @@
|
|||||||
|
|
||||||
# set modifier key, Mod4 is super (windows), Mod1 = Alt key
|
# set modifier key, Mod4 is super (windows), Mod1 = Alt key
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
|
bindsym $mod+F12 restart;reload
|
||||||
|
|
||||||
# power options
|
# power options
|
||||||
set $shutdown shutdown -h now
|
set $shutdown shutdown -h now
|
||||||
set $reboot reboot
|
set $reboot reboot
|
||||||
set $hibernate sudo -A systemctl suspend
|
set $hibernate sudo -A systemctl suspend
|
||||||
|
|
||||||
|
font pango:Sans Regular 12
|
||||||
bar {
|
bar {
|
||||||
i3bar_command i3bar
|
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
|
mode dock
|
||||||
position top
|
position top
|
||||||
#tray_output primary
|
#tray_output primary
|
||||||
font xft:Jetbrains mono 20
|
# font xft:Jetbrains mono 20
|
||||||
strip_workspace_numbers yes
|
strip_workspace_numbers yes
|
||||||
workspace_buttons yes
|
workspace_buttons yes
|
||||||
|
|
||||||
@@ -30,7 +33,7 @@ bar {
|
|||||||
statusline #F9FAF9
|
statusline #F9FAF9
|
||||||
separator #454947
|
separator #454947
|
||||||
# border bg text
|
# border bg text
|
||||||
focused_workspace $BLUE $BLue $BLACK
|
focused_workspace $BLUE $BLUE $BLACK
|
||||||
active_workspace $WHITE $BLACK $WHITE
|
active_workspace $WHITE $BLACK $WHITE
|
||||||
inactive_workspace $WHITE $BLACK $WHITE
|
inactive_workspace $WHITE $BLACK $WHITE
|
||||||
binding_mode #16a085 #2C2C2C #F9FAF9
|
binding_mode #16a085 #2C2C2C #F9FAF9
|
||||||
@@ -149,6 +152,9 @@ client.background $BLACK
|
|||||||
# set background picture
|
# set background picture
|
||||||
exec --no-startup-id nitrogen --set-zoom-fill $HOME/.config/i3/bg.png
|
exec --no-startup-id nitrogen --set-zoom-fill $HOME/.config/i3/bg.png
|
||||||
# try to start tray tools / applets manually
|
# 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 blueman-applet
|
||||||
|
exec --no-startup-id pamac-tray
|
||||||
|
exec --no-startup-id xfce4-power-manager
|
||||||
|
|
||||||
|
|||||||
10
.profile
10
.profile
@@ -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 yarn='yarn --use-yarnrc "$XDG_CONFIG_HOME/yarn/config"'
|
||||||
alias code='code --extensions-dir "$XDG_DATA_HOME/vscode"'
|
alias code='code --extensions-dir "$XDG_DATA_HOME/vscode"'
|
||||||
alias vscodium='vscodium --extensions-dir "$XDG_DATA_HOME/vscode"'
|
alias vscodium='vscodium --extensions-dir "$XDG_DATA_HOME/vscode"'
|
||||||
export QT_QPA_PLATFORMTHEME="qt5ct"
|
export GTK2_RC_FILES="$XDG_CONFIG_HOME/gtk-2.0/gtkrc-2.0"
|
||||||
export QT_AUTO_SCREEN_SCALE_FACTOR=0
|
|
||||||
export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
|
|
||||||
|
|
||||||
# default applications
|
# default applications
|
||||||
export EDITOR=/usr/bin/nvim
|
export EDITOR=/usr/bin/nvim
|
||||||
@@ -27,7 +25,11 @@ export EXPLORER=/usr/bin/thunar
|
|||||||
export MAILCLIENT=/usr/bin/neomutt
|
export MAILCLIENT=/usr/bin/neomutt
|
||||||
export LAUNCHER=dmenu_run
|
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 BLACK="#272822"
|
||||||
export WHITE="#FFFFFF"
|
export WHITE="#FFFFFF"
|
||||||
export PINK="#F92672"
|
export PINK="#F92672"
|
||||||
|
|||||||
Reference in New Issue
Block a user