a little ricing
This commit is contained in:
parent
448da283ee
commit
beb7d2def1
8 changed files with 166 additions and 82 deletions
|
@ -7,19 +7,9 @@ set $right l
|
|||
set $term alacritty
|
||||
set $wallpaper /home/stefan/Downloads/bg.jpg
|
||||
set $lock swaylock -t -i $wallpaper --scaling=fill
|
||||
|
||||
# echo -- bemenu -H 23 -b -p run --{ff,nf}=#eeeeeee --{tf,hf}=#78dce8 --{tb,fb,nb,hb,sb}=#2d2a2e
|
||||
|
||||
set $menu bemenu-run -H 23 -b -p run \
|
||||
--ff=#ff6188 \
|
||||
--nf=#fcfcfa \
|
||||
--tf=#78dce8 \
|
||||
--hf=#78dce8 \
|
||||
--tb=#2d2a2e \
|
||||
--fb=#2d2a2e \
|
||||
--nb=#2d2a2e \
|
||||
--hb=#2d2a2e \
|
||||
--sb=#2d2a2e
|
||||
set $font pango:CaskaydiaCove Nerd Font Mono 10
|
||||
set $menucolor --ff=#f8f8f2 --nf=#f8f8f2 --tf=#bd93f9 --hf=#bd93f9 --tb=#282a36 --fb=#282a36 --nb=#282a36 --hb=#282a36 --sb=#282a36
|
||||
set $menu bemenu-run -H 23 -b -p run $menucolor
|
||||
|
||||
input "1:1:AT_Translated_Set_2_keyboard" xkb_layout de
|
||||
input "0:0:TUXEDO_Keyboard" xkb_layout de
|
||||
|
@ -53,32 +43,22 @@ for_window [title="pyCalc"] floating enable
|
|||
for_window [title="insect"] floating enable
|
||||
|
||||
# font
|
||||
#font pango:CaskaydiaCove Nerd Font Mono 10
|
||||
font $font
|
||||
|
||||
# colors
|
||||
set $black #2d2a2e
|
||||
set $base00 #2d2a2e
|
||||
set $base01 #ff6188
|
||||
set $base02 #a9dc76
|
||||
set $base03 #ffd866
|
||||
set $base04 #78dce8
|
||||
set $base05 #ab9df2
|
||||
set $base06 #fcfcfa
|
||||
set $base07 #fcfcfa
|
||||
set $base08 #323232
|
||||
set $base09 #cc6666
|
||||
set $base0A #ffd866
|
||||
set $base0B #78dce8
|
||||
set $base0C #ab9df2
|
||||
set $base0D #ff6188
|
||||
set $base0E #a6dc76
|
||||
set $base0F #ffffff
|
||||
set $black #282a36
|
||||
set $red #ff6188
|
||||
set $cyan #78dce8
|
||||
set $white #fcfcfa
|
||||
set $yellow #f1fa8c
|
||||
set $violet #bd93f9
|
||||
set $black2 #323232
|
||||
|
||||
# border background text indicator
|
||||
client.focused $base04 $base00 $base07 $base04 $base04
|
||||
client.focused_inactive $base00 $base00 $base07 $base00 $base00
|
||||
client.unfocused $black $black $base07 $base00 $base00
|
||||
client.urgent $base01 $base01 $base00 $base08 $base07
|
||||
# border backgnd text indicator childborder
|
||||
client.focused $violet $black $white $violet $violet
|
||||
client.focused_inactive $black $black $white $black2 $black
|
||||
client.unfocused $black $black $white $black2 $black
|
||||
client.urgent $red $red $black $black2 $white
|
||||
|
||||
|
||||
# movement
|
||||
|
@ -139,21 +119,18 @@ bar {
|
|||
position bottom
|
||||
colors {
|
||||
background $black
|
||||
statusline $base07
|
||||
separator $base04
|
||||
|
||||
# border back text
|
||||
focused_workspace $base04 $base04 $base00
|
||||
active_workspace $base04 $base04 $base00
|
||||
urgent_workspace $base01 $base01 $base07
|
||||
inactive_workspace $base00 $base00 $base07
|
||||
statusline $white
|
||||
separator $violet
|
||||
|
||||
# border back text
|
||||
focused_workspace $violet $violet $black
|
||||
active_workspace $violet $violet $black
|
||||
urgent_workspace $red $red $white
|
||||
inactive_workspace $black $black $white
|
||||
}
|
||||
status_command i3status-rs /etc/sway/status.toml
|
||||
}
|
||||
|
||||
include /etc/sway/config.d/*
|
||||
|
||||
set $gnome-schema org.gnome.desktop.interface
|
||||
exec_always {
|
||||
gsettings set $gnome-schema gtk-theme 'Arc-Dark'
|
||||
|
@ -162,12 +139,14 @@ exec_always {
|
|||
}
|
||||
|
||||
# autostarts
|
||||
exec mako --border-color=#cc6666 \
|
||||
--background-color=#2d2a2eee
|
||||
exec mako --font "$font" \
|
||||
--background-color=$black \
|
||||
--border-color=$violet \
|
||||
--text-color=$white
|
||||
exec emacs --daemon
|
||||
exec swayidle before-sleep "$lock"
|
||||
exec /run/current-system/sw/libexec/polkit-gnome-authentication-agent-1
|
||||
|
||||
# pastebin
|
||||
exec wl-paste --primary -t text --watch clipman store
|
||||
bindsym $mod+p exec clipman pick -t "bemenu" --tool-args='-b --fn "CascadiaCode 10" -l 10 --ff=#ff6188 --nf=#fcfcfa --tf=#78dce8 --hf=#78dce8 --tb=#2d2a2e --fb=#2d2a2e --nb=#2d2a2e --hb=#2d2a2e --sb=#2d2a2e'
|
||||
bindsym $mod+p exec clipman pick -t "bemenu" --tool-args='-b --fn "$font" -l 10 $menucolor'
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
[theme]
|
||||
name = "plain"
|
||||
[theme.overrides]
|
||||
idle_bg = "#2d2a2e"
|
||||
idle_fg = "#eeeeee"
|
||||
info_bg = "#2d2a2e"
|
||||
info_fg = "#eeeeee"
|
||||
good_bg = "#2d2a2e"
|
||||
good_fg = "#a9dc76"
|
||||
warning_bg = "#2d2a2e"
|
||||
warning_fg = "#ffd866"
|
||||
critical_bg = "#2a2e38"
|
||||
critical_fg = "#ff665c"
|
||||
separator_bg = "#2d2a2e"
|
||||
separator_fg = "#555555"
|
||||
idle_bg = "#282a36"
|
||||
idle_fg = "#f8f8f2"
|
||||
info_bg = "#282a36"
|
||||
info_fg = "#f8f8f2"
|
||||
good_bg = "#282a36"
|
||||
good_fg = "#50fa7b"
|
||||
warning_bg = "#282a36"
|
||||
warning_fg = "#f1fa8c"
|
||||
critical_bg = "#282a36"
|
||||
critical_fg = "#ff5555"
|
||||
separator_bg = "#282a36"
|
||||
separator_fg = "#bd93f9"
|
||||
separator = "|"
|
||||
|
||||
[icons]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue