aboutsummaryrefslogtreecommitdiff
path: root/home/modules/profiles/base/config
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2021-12-31 21:36:32 +0900
committersefidel <contact@sefidel.net>2021-12-31 21:42:28 +0900
commit4dae1769aaf420643f99685c420197239f6b8755 (patch)
tree0a177f703b12147950d6d1a5bb66a24d5ae05b5a /home/modules/profiles/base/config
parent729d0b0dec6453bc69571c0e142e77170fa30fad (diff)
downloadnixrc-4dae1769aaf420643f99685c420197239f6b8755.zip
*: fix minor designs
Diffstat (limited to 'home/modules/profiles/base/config')
-rw-r--r--home/modules/profiles/base/config/sway.nix2
-rw-r--r--home/modules/profiles/base/config/waybar-style.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/home/modules/profiles/base/config/sway.nix b/home/modules/profiles/base/config/sway.nix
index bc8d42c..ead4bfe 100644
--- a/home/modules/profiles/base/config/sway.nix
+++ b/home/modules/profiles/base/config/sway.nix
@@ -14,7 +14,7 @@
# set terminal
- set $term footclient
+ set $term foot
bindsym $mod+Return exec $term
# set menu
diff --git a/home/modules/profiles/base/config/waybar-style.nix b/home/modules/profiles/base/config/waybar-style.nix
index ae9041e..ccb88b2 100644
--- a/home/modules/profiles/base/config/waybar-style.nix
+++ b/home/modules/profiles/base/config/waybar-style.nix
@@ -13,7 +13,7 @@
}
#workspaces button {
- padding: 0 4px;
+ padding: 0 8px;
background: #84a0c6;
color: #18191f;
border-bottom: 3px solid rgba (255, 255, 255, .2);