minor tweaks - dotfiles - These are my dotfiles. There are many like it, but these are mine.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit 24ddb2d0573ec5a5d458afe9468e78ef79f8d505
(DIR) parent b3b5d34a41ca800ff8938d7528a410103e280dd8
(HTM) Author: Jay Scott <me@jay.scot>
Date: Sat, 17 Sep 2022 17:23:52 +0100
minor tweaks
Diffstat:
M profile | 2 +-
M sway/config | 15 +++++++--------
2 files changed, 8 insertions(+), 9 deletions(-)
---
(DIR) diff --git a/profile b/profile
@@ -32,7 +32,7 @@ export BROWSER="qutebrowser"
export GOPATH="$XDG_DATA_HOME"/go
export GOPROXY=direct
-export BEMENU_OPTS="-p '> ' --tb '#000000' --tf '#ffffff' --hf '#444444'"
+export BEMENU_OPTS="-p '> ' --tb '#013220' --tf '#ffffff' --hf '#444444'"
# enable color support of common commands
if [ -x /usr/bin/dircolors ]; then
(DIR) diff --git a/sway/config b/sway/config
@@ -1,5 +1,8 @@
set $mod Mod1
+# colour theme
+set $colour #013220
+
set $left h
set $down j
set $up k
@@ -8,7 +11,7 @@ set $right l
# apps
set $term foot -d none -T ""
set $browser qutebrowser
-set $menu bemenu-run -p '> ' -b --tb '#000000' --tf '#ffffff' --hf '#444444'
+set $menu bemenu-run -p '> ' --tb '$colour' --tf '#ffffff' --hf '#444444'
set $vol pamixer
# autostart
@@ -20,7 +23,7 @@ exec wl-paste -t text --watch clipman store --no-persist
default_border none
default_floating_border none
workspace_layout tabbed
-font pango: Hack:style=Regular 3
+font pango: Hack:style=Regular 2
# misc
xwayland enable
@@ -31,11 +34,6 @@ input * {
xkb_variant "extd"
}
-# bar
-bar {
- swaybar_command waybar
-}
-
# Keybinds
bindsym $mod+Space exec $term
bindsym $mod+p exec $menu
@@ -46,7 +44,6 @@ bindsym $mod+d exec $vol -d 5
bindsym $mod+c kill
bindsym $mod+Shift+c reload
bindsym $mod+Shift+q exec swaymsg exit
-bindsym $mod+b exec killall -SIGUSR1 waybar
# Move your focus around
bindsym $mod+$left focus left
@@ -76,3 +73,5 @@ bindsym $mod+m fullscreen
bindsym $mod+w layout tabbed
include /etc/sway/config.d/*
+
+client.focused $colour $colour $colour