diff --git a/.gitignore b/.gitignore index 8c7235d..851c2d1 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ !chromium-flags.conf !README.md !rice.png +!rice-2.png diff --git a/README.md b/README.md index 62c078d..1308b0c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # My dotfiles ![image not found](./rice.png) +![image not found](./rice-2.png) diff --git a/alacritty/fonts.toml b/alacritty/fonts.toml index b0cd536..bb64164 100644 --- a/alacritty/fonts.toml +++ b/alacritty/fonts.toml @@ -4,7 +4,7 @@ [font] ## Font size in points. -size = 14 +size = 10 ## When true, Alacritty will use a custom built-in font for box drawing characters and powerline symbols. builtin_box_drawing = true diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index b3b65c4..8d8dc48 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -102,11 +102,11 @@ general { gaps_in = 5 gaps_out = 5, 5, 5, 5 - border_size = 2 + border_size = 3 # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors # col.active_border = rgba(cba6f7ee) rgba(f38ba8ee) 45deg - col.active_border = rgb($mauveAlpha) rgb($pinkAlpha) 45deg + col.active_border = rgb($mauveAlpha) rgb($tealAlpha) 30deg col.inactive_border = rgb($surface2Alpha) # Set to true enable resizing windows by clicking and dragging on borders and gaps @@ -120,8 +120,8 @@ general { # https://wiki.hyprland.org/Configuring/Variables/#decoration decoration { - rounding = 5 - rounding_power = 2 + rounding = 4 + rounding_power = 1 # Change transparency of focused and unfocused windows active_opacity = 1.0 diff --git a/nvim/init.lua b/nvim/init.lua index f307456..705d523 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -207,9 +207,9 @@ require("catppuccin").setup({ light = "latte", dark = "mocha", }, - transparent_background = false, -- disables setting the background color. + transparent_background = true, -- disables setting the background color. show_end_of_buffer = false, -- shows the '~' characters after the end of buffers - term_colors = false, -- sets terminal colors (e.g. `g:terminal_color_0`) + term_colors = true, -- sets terminal colors (e.g. `g:terminal_color_0`) dim_inactive = { enabled = false, -- dims the background color of inactive window shade = "dark", diff --git a/rice-2.png b/rice-2.png new file mode 100644 index 0000000..0e0b2b8 Binary files /dev/null and b/rice-2.png differ diff --git a/rice.png b/rice.png index d095a69..d6fc841 100644 Binary files a/rice.png and b/rice.png differ diff --git a/waybar/config.jsonc b/waybar/config.jsonc index cbbe8f5..1aa3885 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -34,16 +34,14 @@ "tooltip-format": "{ifname} via {gwaddr}", }, "wireplumber": { - "format": "{icon} {volume}%", - "format-bluetooth": "󰂰", - "nospacing": 1, - "tooltip-format": "Volume : {volume}%", - "format-muted": "󰝟", + "format": "{volume}% {icon}", + "format-muted": "Muted ", "format-icons": { "headphone": "", - "default": ["󰖀","󰕾",""] + "hands-free": "", + "default": ["", ""] }, - "on-click": "pamixer -t", + "on-click": "pavucontrol", "scroll-step": 1 }, diff --git a/waybar/style.css b/waybar/style.css index b9184a3..c3d8dca 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -72,13 +72,13 @@ window#waybar.hidden { } #custom-power { - margin-right: 6px; color: @red; + padding: 6px 12px 6px 10px; } #custom-tlp { padding: 0 10px; - padding-right: 5px; + padding-right: 10px; margin-right: 0; } @@ -132,6 +132,7 @@ window#waybar.hidden { #wireplumber { color: @mauve; + padding-right: 15px; } #network {