This commit is contained in:
Marco Thomas
2021-01-07 11:30:04 +01:00
parent 38bc1c5225
commit 704eb3a1e6
9 changed files with 20 additions and 21 deletions

View File

@@ -26,7 +26,7 @@
+ [neovim-remote](https://github.com/mhinz/neovim-remote)
+ [vim-plug](https://github.com/junegunn/vim-plug)
+ fcitx + mozc: Japanese Keyboard - Thanks to [THIS](https://www.youtube.com/watch?v=ptbFWnowvLo) guy! (fcitx fcitx-mozc fcitx-configtool libfcitx-gtk3 libfcitx-gtk libfcitx)
+ fcitx + mozc: Japanese Keyboard - [Install](https://www.youtube.com/watch?v=lJoXhS4EUJs) fcitx-im fcitx-configtool fcitx-mozc
+ fzf
+ light
+ pactl

View File

@@ -149,16 +149,13 @@ client.background $border
# i3-gaps
gaps inner 4
smart_gaps on
# ============================== Start
exec setxkbmap -layout za
exec export GTK_IM_MODULE=fcitx
exec export QT_IM_MODULE=fcitx
exec export XMODIFIERS=@im=fcitx
# Launch Programs at start
exec fcitx
exec fcitx -d
exec nextcloud
exec dunst
exec picom

View File

@@ -2,18 +2,6 @@
opacity-rule = [
];
#inactive-opacity = 0.95;
opacity-exclude = [
"class_g *?= 'firefox'",
]
#backend = "glx";
#blur: {
# method: "dual_kawase";
# strength = 4;
# background = false;
#}
shadow = true;
shadow-radius = 12;
shadow-opacity = 0.4;
@@ -25,4 +13,12 @@ shadow-blue = 0
shadow-exclude = [
"class_g *?= 'dmenu'",
"class_g *?= 'polybar'",
"class_g *?= 'i3-frame'",
]
#backend = "glx";
#blur: {
# method: "dual_kawase";
# strength = 4;
# background = false;
#}

View File

@@ -23,7 +23,7 @@ green ="#98C379"
yellow = "#E5C07B"
blue = "#61AFEF"
magenta = "#C678DD"
cyan: = #56B6C2"
cyan = "#56B6C2"
white = "#D8D8D8"
[bar/laptop]
@@ -240,7 +240,6 @@ format-underline = ${colors.accent}
type = custom/script
exec = ~/.config/polybar/scripts/cpu.sh
click-left = ~/.config/polybar/scripts/cpu.sh --popup
format-prefix = "󰻠 "
format-underline = ${colors.accent}

View File

@@ -49,7 +49,7 @@ set termguicolors
filetype indent plugin on
set number
set relativenumber
set nocursorline
set cursorline
set ruler
set showmatch " highlights paranthesis

View File

@@ -35,6 +35,12 @@ export VISUAL="nvim"
export LANG="en_US.UTF-8"
export PATH=$PATH:$HOME/.local/bin:$HOME/scripts:$HOME/.cargo/bin
export GTK_IM_MODULE='fcitx'
export QT_IM_MODULE='fcitx'
export SDL_IM_MODULE='fcitx'
export XMODIFIERS='@im=fcitx'
export WINIT_UNIX_BACKEND=x11
# ============================== Aliases
alias fontslist="fc-list :scalable=true:spacing=mono: family"
alias fontscache="fc-cache -f -v"
@@ -44,6 +50,7 @@ if [[ -x $(which nvim 2> /dev/null) ]]; then
fi
alias updoot="yay -Syu"
alias dhl="yay"
alias s="cd ~/scripts/"
alias c='clear'