diff --git a/fish/fish_variables b/fish/fish_variables index 856b892..9381be2 100644 --- a/fish/fish_variables +++ b/fish/fish_variables @@ -7,7 +7,7 @@ SETUVAR --export EDITOR:nano SETUVAR --export MOZ_ENABLE_WAYLAND:1 SETUVAR --export TSC_WATCHFILE:UseFsEventsWithFallbackDynamicPolling SETUVAR --export XDG_CURRENT_DESKTOP:sway -SETUVAR __fish_initialized:3100 +SETUVAR __fish_initialized:3400 SETUVAR _fisher_jorgebucaran_2F_fisher_files:/home/kaan/\x2econfig/fish/functions/fisher\x2efish\x1e/home/kaan/\x2econfig/fish/completions/fisher\x2efish SETUVAR _fisher_jorgebucaran_2F_nvm_2E_fish_files:/home/kaan/\x2econfig/fish/functions/_nvm_index_update\x2efish\x1e/home/kaan/\x2econfig/fish/functions/_nvm_list\x2efish\x1e/home/kaan/\x2econfig/fish/functions/_nvm_version_activate\x2efish\x1e/home/kaan/\x2econfig/fish/functions/_nvm_version_deactivate\x2efish\x1e/home/kaan/\x2econfig/fish/functions/nvm\x2efish\x1e/home/kaan/\x2econfig/fish/conf\x2ed/nvm\x2efish\x1e/home/kaan/\x2econfig/fish/completions/nvm\x2efish SETUVAR _fisher_plugins:jorgebucaran/fisher\x1ejorgebucaran/nvm\x2efish @@ -38,6 +38,7 @@ SETUVAR fish_pager_color_completion:\x1d SETUVAR fish_pager_color_description:B3A06D\x1eyellow SETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan +SETUVAR fish_pager_color_selected_background:\x2dr SETUVAR fish_user_paths:/home/kaan/\x2ecargo/bin\x1e/home/kaan/Android/Sdk/platform\x2dtools\x1e/home/kaan/Android/Sdk/tools/bin\x1e/home/kaan/Android/Sdk/tools\x1e/home/kaan/Android/Sdk/emulator\x1e/home/kaan/\x2elocal/bin SETUVAR nvm_data:/home/kaan/\x2elocal/share/nvm SETUVAR nvm_mirror:https\x3a//nodejs\x2eorg/dist diff --git a/kitty/kitty.conf b/kitty/kitty.conf index efc606a..7749981 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -24,7 +24,7 @@ bold_italic_font auto #: italic_font Operator Mono Book Italic #: bold_italic_font Operator Mono Medium Italic -font_size 16.0 +font_size 12.0 #: Font size (in pts) diff --git a/sway/config b/sway/config index 589cc3a..604d6bd 100644 --- a/sway/config +++ b/sway/config @@ -27,7 +27,7 @@ set $menu j4-dmenu-desktop --dmenu='env BEMENU_BACKEND=wayland bemenu --line-hei # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) output * bg /home/kaan/Pictures/Wallpapers/Sway-no-text.png fill output "eDP-1" { - scale 1 + scale 1.5 } # Enable XWayland diff --git a/waybar/config b/waybar/config index cc8c61e..87f31a1 100644 --- a/waybar/config +++ b/waybar/config @@ -1,7 +1,7 @@ { // "layer": "top", // Waybar at top layer // "position": "bottom", // Waybar position (top|bottom|left|right) - "height": 30, // Waybar height (to be removed for auto height) + //"height": 16, // Waybar height (to be removed for auto height) // "width": 1280, // Waybar width "spacing": 0, // Gaps between modules (4px) // Choose the order of the modules diff --git a/waybar/style.css b/waybar/style.css index cb61638..60d0a7a 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -1,7 +1,7 @@ * { /* `otf-font-awesome` is required to be installed for icons */ font-family: FontAwesome, Fira Code; - font-size: 20px; + font-size: 16px; color: rgba(255, 255, 255, 0.8); }