orange colors! transparent kitty
This commit is contained in:
parent
43815d9a82
commit
c16d765cf3
4 changed files with 11 additions and 8 deletions
|
@ -104,13 +104,14 @@ cursor {
|
|||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#general
|
||||
general {
|
||||
gaps_in = 5
|
||||
gaps_in = 4
|
||||
gaps_out = 10
|
||||
|
||||
border_size = 2
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
# col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
col.active_border = rgba(d65d0eee) rgba(eb994944) 45deg
|
||||
col.inactive_border = rgba(595959aa)
|
||||
|
||||
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
||||
|
@ -300,10 +301,10 @@ bind = ALT, TAB, exec, hyprctl dispatch focuscurrentorlast
|
|||
# Media keys - https://www.reddit.com/r/hyprland/comments/1707yb8/probably_a_stupid_question_how_do_i_get_my_media/
|
||||
# l -> do stuff even when locked
|
||||
# e -> repeats when key is held
|
||||
bindle=, XF86AudioRaiseVolume, exec, vol --up
|
||||
bindle=, XF86AudioLowerVolume, exec, vol --down
|
||||
bindle=, XF86MonBrightnessUp, exec, bri --up
|
||||
bindle=, XF86MonBrightnessDown, exec, bri --down
|
||||
bindle=, XF86AudioRaiseVolume, exec, ~/.bin/vol --up
|
||||
bindle=, XF86AudioLowerVolume, exec, ~/.bin/vol --down
|
||||
bindle=, XF86MonBrightnessUp, exec, ~/.bin/bri --up
|
||||
bindle=, XF86MonBrightnessDown, exec, ~/.bin/bri --down
|
||||
bindle=, XF86Search, exec, launchpad
|
||||
# bindl=, XF86AudioMute, exec, amixer set Master toggle
|
||||
bindl=, XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
include /usr/share/kitty/themes/gruvbox/gruvbox_dark_hard.conf
|
||||
|
||||
background_opacity 0.985
|
||||
background_opacity 0.87
|
||||
|
||||
font_family Hack
|
||||
italic_font auto
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# If you come from bash you might have to change your $PATH.
|
||||
# export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$PATH
|
||||
export PATH=$HOME/.bin:$HOME/.local/bin:/usr/local/bin:$PATH
|
||||
|
||||
# Path to your Oh My Zsh installation.
|
||||
ZSH=/usr/share/oh-my-zsh/
|
||||
|
|
2
todo.md
Normal file
2
todo.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
include ~/.bin
|
||||
make sure populate.sh doesnt overwrite old backups when it uses mv...
|
Loading…
Reference in a new issue