From a00a0ce828e6a6b9bc6f7629e8fef1c3c9843059 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Sun, 18 Feb 2024 19:42:18 -0600 Subject: [PATCH] theming --- foot/foot.ini | 1 + scripts/menu/menu | 8 ++++---- sway/config | 19 +++++++------------ 3 files changed, 12 insertions(+), 16 deletions(-) diff --git a/foot/foot.ini b/foot/foot.ini index f8a0672..bed158b 100644 --- a/foot/foot.ini +++ b/foot/foot.ini @@ -4,6 +4,7 @@ font=JetBrainsMono:size=9 # name=value [colors] +alpha=0.95 background=121212 foreground=ebdbb2 regular0=282828 diff --git a/scripts/menu/menu b/scripts/menu/menu index 9e66ac5..b11cee1 100755 --- a/scripts/menu/menu +++ b/scripts/menu/menu @@ -9,11 +9,11 @@ BRUN="-run" DRUN="_run" TRUN="-run" FRUN="" menu="menu_bemenu" font="JetbrainsMono" font_size="10" -col_white="#ffffff" # White +col_white="#ebdbb2" # White col_nb="#121212" # Normal background col_nf="#282828" # Normal foreground col_sb="#121212" # Selected background -col_sf="#83a598" # Selected foreground +col_sf="#fe8019" # Selected foreground menu_bemenu() { bemenu$BRUN \ @@ -29,11 +29,11 @@ bemenu$BRUN \ --fb $col_nb \ --ff $col_sf \ --cb $col_nb \ - --cf $col_nf \ + --cf $col_white \ --nb $col_nb \ --nf $col_nf \ --hb $col_sb \ - --hf $col_sf \ + --hf $col_white \ --ab $col_nb \ --af $col_nf \ --bdr $col_sf \ diff --git a/sway/config b/sway/config index b563b55..827d7af 100644 --- a/sway/config +++ b/sway/config @@ -15,8 +15,8 @@ input type:pointer { input type:keyboard { xkb_layout us,latam xkb_options grp:win_space_toggle - repeat_delay 300 - repeat_rate 45 + repeat_delay 270 + repeat_rate 70 } set $mod Mod4 @@ -45,7 +45,7 @@ set $brightdown ~/.config/scripts/brightdown set $powermenu ~/.config/scripts/menu/menu-power set $bookmenu ~/.config/scripts/menu/menu-bookmarks # - -set $col_fg #83a598 +set $col_fg #fe8019 set $col_bg #121212 # Keybinds @@ -134,23 +134,18 @@ gaps inner 5 font pango:JetBrainsMono Medium 8 bar { - position bottom + position top font pango:JetBrainsMono Bold 8 status_command ~/.config/scripts/sway/swaystatus - gaps 5 5 colors { - background #00000000 - statusline #ebdbb270 + background #000000 + statusline #606060 focused_workspace $col_fg $col_fg $col_bg - inactive_workspace #00000000 #00000000 #ebdbb270 + inactive_workspace #000000 #000000 #606060 } } -set $opacity 0.95 -for_window [class=".*"] opacity $opacity -for_window [app_id=".*"] opacity $opacity - # Autostart exec_always dunst exec_always dbus-update-activation-environment WAYLAND_DISPLAY