some tweaks

This commit is contained in:
2025-07-23 11:22:08 +02:00
parent c7e388d153
commit 6ddc32b262
9 changed files with 17 additions and 16 deletions

1
.gitignore vendored
View File

@@ -15,3 +15,4 @@
!chromium-flags.conf !chromium-flags.conf
!README.md !README.md
!rice.png !rice.png
!rice-2.png

View File

@@ -1,3 +1,4 @@
# My dotfiles # My dotfiles
![image not found](./rice.png) ![image not found](./rice.png)
![image not found](./rice-2.png)

View File

@@ -4,7 +4,7 @@
[font] [font]
## Font size in points. ## 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. ## When true, Alacritty will use a custom built-in font for box drawing characters and powerline symbols.
builtin_box_drawing = true builtin_box_drawing = true

View File

@@ -102,11 +102,11 @@ general {
gaps_in = 5 gaps_in = 5
gaps_out = 5, 5, 5, 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 # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
# col.active_border = rgba(cba6f7ee) rgba(f38ba8ee) 45deg # 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) col.inactive_border = rgb($surface2Alpha)
# Set to true enable resizing windows by clicking and dragging on borders and gaps # 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 # https://wiki.hyprland.org/Configuring/Variables/#decoration
decoration { decoration {
rounding = 5 rounding = 4
rounding_power = 2 rounding_power = 1
# Change transparency of focused and unfocused windows # Change transparency of focused and unfocused windows
active_opacity = 1.0 active_opacity = 1.0

View File

@@ -207,9 +207,9 @@ require("catppuccin").setup({
light = "latte", light = "latte",
dark = "mocha", 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 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 = { dim_inactive = {
enabled = false, -- dims the background color of inactive window enabled = false, -- dims the background color of inactive window
shade = "dark", shade = "dark",

BIN
rice-2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

BIN
rice.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 MiB

After

Width:  |  Height:  |  Size: 1019 KiB

View File

@@ -34,16 +34,14 @@
"tooltip-format": "{ifname} via {gwaddr}", "tooltip-format": "{ifname} via {gwaddr}",
}, },
"wireplumber": { "wireplumber": {
"format": "{icon} {volume}%", "format": "{volume}% {icon}",
"format-bluetooth": "󰂰", "format-muted": "Muted ",
"nospacing": 1,
"tooltip-format": "Volume : {volume}%",
"format-muted": "󰝟",
"format-icons": { "format-icons": {
"headphone": "", "headphone": "",
"default": ["󰖀","󰕾",""] "hands-free": "",
"default": ["", ""]
}, },
"on-click": "pamixer -t", "on-click": "pavucontrol",
"scroll-step": 1 "scroll-step": 1
}, },

View File

@@ -72,13 +72,13 @@ window#waybar.hidden {
} }
#custom-power { #custom-power {
margin-right: 6px;
color: @red; color: @red;
padding: 6px 12px 6px 10px;
} }
#custom-tlp { #custom-tlp {
padding: 0 10px; padding: 0 10px;
padding-right: 5px; padding-right: 10px;
margin-right: 0; margin-right: 0;
} }
@@ -132,6 +132,7 @@ window#waybar.hidden {
#wireplumber { #wireplumber {
color: @mauve; color: @mauve;
padding-right: 15px;
} }
#network { #network {