some tweaks
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -15,3 +15,4 @@
|
||||
!chromium-flags.conf
|
||||
!README.md
|
||||
!rice.png
|
||||
!rice-2.png
|
||||
|
@@ -1,3 +1,4 @@
|
||||
# My dotfiles
|
||||
|
||||

|
||||

|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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",
|
||||
|
BIN
rice-2.png
Normal file
BIN
rice-2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 MiB |
BIN
rice.png
BIN
rice.png
Binary file not shown.
Before Width: | Height: | Size: 2.1 MiB After Width: | Height: | Size: 1019 KiB |
@@ -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
|
||||
},
|
||||
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user