wal and kitty
This commit is contained in:
parent
c4207f913c
commit
52ab9f53ab
3 changed files with 36 additions and 4 deletions
17
.config/kitty/kitty.conf
Normal file
17
.config/kitty/kitty.conf
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
include ~/.cache/wal/colors-kitty.conf
|
||||
|
||||
font_family FantasqueSansMNerdFontMono
|
||||
font_size 12
|
||||
|
||||
tab_bar_edge top
|
||||
tab_bar_style separator
|
||||
tab_separator " / "
|
||||
|
||||
cursor_shape beam
|
||||
|
||||
enable_audio_bell no
|
||||
|
||||
editor nvim
|
||||
|
||||
map kitty_mod+h previous_tab
|
||||
map kitty_mod+l next_tab
|
||||
|
|
@ -14,9 +14,11 @@ set $menu wofi --show drun
|
|||
|
||||
font FantasqueSansMNerdFont Regular 12
|
||||
|
||||
include "$HOME/.cache/wal/colors-sway"
|
||||
|
||||
### Output configuration
|
||||
#
|
||||
output * bg /home/secondbeam/Pictures/wallpaper/wof.jpg fill
|
||||
output * bg $wallpaper fill
|
||||
# Primary output
|
||||
output eDP-1 {
|
||||
adaptive_sync on
|
||||
|
|
@ -203,6 +205,11 @@ bindsym $mod+r mode "resize"
|
|||
bindsym Print exec grim -g '1920,0 1920x1080' - | wl-copy
|
||||
bindsym $mod+Shift+s exec slurp | grim -g - - | wl-copy
|
||||
|
||||
client.focused $color7 $color14 $color15
|
||||
client.focused_inactive $color0 $color0 $color10
|
||||
client.unfocused $color0 $color0 $color10
|
||||
client.urgent $color1 $color1 $color9
|
||||
|
||||
#
|
||||
# Status Bar:
|
||||
#
|
||||
|
|
@ -215,9 +222,13 @@ bar {
|
|||
status_command while echo "$(mpc current | tr -d '\n') / A $(pactl get-sink-volume @DEFAULT_SINK@ | cut -d ' ' -f 6) / B $(brightnessctl -m | cut -d , -f 4) / $(date +'D %Y-%m-%d / T %T /')"; do sleep 1; done
|
||||
|
||||
colors {
|
||||
statusline #ffffff
|
||||
background #323232
|
||||
inactive_workspace #32323200 #32323200 #5c5c5c
|
||||
statusline $foreground
|
||||
background $background
|
||||
inactive_workspace $color10 $color10 $color2
|
||||
focused_workspace $color14 $color14 $color6
|
||||
active_workspace $color10 $color10 $color2
|
||||
urgent_workspace $color9 $color9 $color1
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
4
wal.sh
Executable file
4
wal.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/bash
|
||||
wal --cols16 -i $1
|
||||
walogram
|
||||
pywalfox update
|
||||
Loading…
Add table
Add a link
Reference in a new issue