Updoot
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
+ [neovim-remote](https://github.com/mhinz/neovim-remote)
|
+ [neovim-remote](https://github.com/mhinz/neovim-remote)
|
||||||
+ [vim-plug](https://github.com/junegunn/vim-plug)
|
+ [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
|
+ fzf
|
||||||
+ light
|
+ light
|
||||||
+ pactl
|
+ pactl
|
||||||
|
|||||||
@@ -149,16 +149,13 @@ client.background $border
|
|||||||
|
|
||||||
# i3-gaps
|
# i3-gaps
|
||||||
gaps inner 4
|
gaps inner 4
|
||||||
|
smart_gaps on
|
||||||
|
|
||||||
# ============================== Start
|
# ============================== Start
|
||||||
exec setxkbmap -layout za
|
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
|
# Launch Programs at start
|
||||||
exec fcitx
|
exec fcitx -d
|
||||||
exec nextcloud
|
exec nextcloud
|
||||||
exec dunst
|
exec dunst
|
||||||
exec picom
|
exec picom
|
||||||
|
|||||||
@@ -2,18 +2,6 @@
|
|||||||
opacity-rule = [
|
opacity-rule = [
|
||||||
];
|
];
|
||||||
|
|
||||||
#inactive-opacity = 0.95;
|
|
||||||
opacity-exclude = [
|
|
||||||
"class_g *?= 'firefox'",
|
|
||||||
]
|
|
||||||
|
|
||||||
#backend = "glx";
|
|
||||||
#blur: {
|
|
||||||
# method: "dual_kawase";
|
|
||||||
# strength = 4;
|
|
||||||
# background = false;
|
|
||||||
#}
|
|
||||||
|
|
||||||
shadow = true;
|
shadow = true;
|
||||||
shadow-radius = 12;
|
shadow-radius = 12;
|
||||||
shadow-opacity = 0.4;
|
shadow-opacity = 0.4;
|
||||||
@@ -25,4 +13,12 @@ shadow-blue = 0
|
|||||||
shadow-exclude = [
|
shadow-exclude = [
|
||||||
"class_g *?= 'dmenu'",
|
"class_g *?= 'dmenu'",
|
||||||
"class_g *?= 'polybar'",
|
"class_g *?= 'polybar'",
|
||||||
|
"class_g *?= 'i3-frame'",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
#backend = "glx";
|
||||||
|
#blur: {
|
||||||
|
# method: "dual_kawase";
|
||||||
|
# strength = 4;
|
||||||
|
# background = false;
|
||||||
|
#}
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ green ="#98C379"
|
|||||||
yellow = "#E5C07B"
|
yellow = "#E5C07B"
|
||||||
blue = "#61AFEF"
|
blue = "#61AFEF"
|
||||||
magenta = "#C678DD"
|
magenta = "#C678DD"
|
||||||
cyan: = #56B6C2"
|
cyan = "#56B6C2"
|
||||||
white = "#D8D8D8"
|
white = "#D8D8D8"
|
||||||
|
|
||||||
[bar/laptop]
|
[bar/laptop]
|
||||||
@@ -240,7 +240,6 @@ format-underline = ${colors.accent}
|
|||||||
type = custom/script
|
type = custom/script
|
||||||
exec = ~/.config/polybar/scripts/cpu.sh
|
exec = ~/.config/polybar/scripts/cpu.sh
|
||||||
click-left = ~/.config/polybar/scripts/cpu.sh --popup
|
click-left = ~/.config/polybar/scripts/cpu.sh --popup
|
||||||
|
|
||||||
format-prefix = " "
|
format-prefix = " "
|
||||||
format-underline = ${colors.accent}
|
format-underline = ${colors.accent}
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -49,7 +49,7 @@ set termguicolors
|
|||||||
filetype indent plugin on
|
filetype indent plugin on
|
||||||
set number
|
set number
|
||||||
set relativenumber
|
set relativenumber
|
||||||
set nocursorline
|
set cursorline
|
||||||
set ruler
|
set ruler
|
||||||
|
|
||||||
set showmatch " highlights paranthesis
|
set showmatch " highlights paranthesis
|
||||||
|
|||||||
@@ -35,6 +35,12 @@ export VISUAL="nvim"
|
|||||||
export LANG="en_US.UTF-8"
|
export LANG="en_US.UTF-8"
|
||||||
export PATH=$PATH:$HOME/.local/bin:$HOME/scripts:$HOME/.cargo/bin
|
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
|
# ============================== Aliases
|
||||||
alias fontslist="fc-list :scalable=true:spacing=mono: family"
|
alias fontslist="fc-list :scalable=true:spacing=mono: family"
|
||||||
alias fontscache="fc-cache -f -v"
|
alias fontscache="fc-cache -f -v"
|
||||||
@@ -44,6 +50,7 @@ if [[ -x $(which nvim 2> /dev/null) ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
alias updoot="yay -Syu"
|
alias updoot="yay -Syu"
|
||||||
|
alias dhl="yay"
|
||||||
|
|
||||||
alias s="cd ~/scripts/"
|
alias s="cd ~/scripts/"
|
||||||
alias c='clear'
|
alias c='clear'
|
||||||
|
|||||||
Reference in New Issue
Block a user