mirror of
https://github.com/Derisis13/dotfiles.git
synced 2025-12-06 19:32:50 +01:00
fix: minor changes here and there
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
- packages: todo barusu + base system + repo carry
|
||||
- alacritty: .config/alacritty/alacritty.toml + fira_code_mono_nerd_font installed (todo: script)
|
||||
- zsh: $ZDOTDIR set in /etc/zshenv + omz install (todo:script) + .config/zsh + install fzf-tab plugin (git clone https://github.com/Aloxaf/fzf-tab ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/fzf-tab) + for some reason $XDG_STATE_HOME/zsh needs to be created manually
|
||||
- hypr*: .config/hypr
|
||||
- hyprpaper: .config/hypr + .local/wallpapers
|
||||
- hypr*: .config/hypr, install hyprlock, hyprsunset, hypridle,
|
||||
- hyprpaper: .config/hypr + download from [here](https://www.flickr.com/photos/nasahqphoto/5914101671/in/photostream/) to .local/wallpapers
|
||||
- waybar: .config/waybar + install awesomefonts (todo: script)
|
||||
- rofi: .config/rofi + extract neccessary parts from https://github.com/adi1090x/rofi install script
|
||||
- rofi-qalc: needs rofi-wayland-1.7.5+wayland2-3.fc40.x86_64 (find it in downloads or fedora build system) until ABI is fixed, rofi-devel, then compile this by hand: https://github.com/svenstaro/rofi-calc
|
||||
|
||||
@@ -1,3 +1,26 @@
|
||||
|
||||
[cursor.style]
|
||||
shape = "Block"
|
||||
|
||||
[font]
|
||||
size = 11
|
||||
|
||||
[font.normal]
|
||||
family = "FiraCode Nerd Font"
|
||||
|
||||
[font.offset]
|
||||
x = 0
|
||||
y = 0
|
||||
|
||||
[window]
|
||||
dynamic_padding = true
|
||||
opacity = 0.7
|
||||
|
||||
[window.padding]
|
||||
x = 0
|
||||
y = 0
|
||||
|
||||
[general]
|
||||
# [colors.bright]
|
||||
# black = "#393939"
|
||||
# blue = "#33b1ff"
|
||||
@@ -29,24 +52,3 @@
|
||||
import = [
|
||||
"~/.config/alacritty/catppuccin-macchiato.toml"
|
||||
]
|
||||
|
||||
[cursor.style]
|
||||
shape = "Block"
|
||||
|
||||
[font]
|
||||
size = 11
|
||||
|
||||
[font.normal]
|
||||
family = "FiraCode Nerd Font"
|
||||
|
||||
[font.offset]
|
||||
x = 0
|
||||
y = 0
|
||||
|
||||
[window]
|
||||
dynamic_padding = true
|
||||
opacity = 0.7
|
||||
|
||||
[window.padding]
|
||||
x = 0
|
||||
y = 0
|
||||
|
||||
@@ -72,4 +72,4 @@ color = "#f5a97f"
|
||||
|
||||
[[colors.indexed_colors]]
|
||||
index = 17
|
||||
color = "#f4dbd6"
|
||||
color = "#f4dbd6"
|
||||
|
||||
@@ -1,36 +1,36 @@
|
||||
@define-color accent_color #33b1ff;
|
||||
@define-color accent_bg_color #33b1ff;
|
||||
@define-color accent_fg_color #ffffff;
|
||||
@define-color destructive_color #ee5396;
|
||||
@define-color destructive_bg_color #ee5396;
|
||||
@define-color destructive_fg_color #ffffff;
|
||||
@define-color success_color #42be65;
|
||||
@define-color success_bg_color #42be65;
|
||||
@define-color success_fg_color #ffffff;
|
||||
@define-color warning_color #ffe97b;
|
||||
@define-color warning_bg_color #ffe97b;
|
||||
@define-color warning_fg_color rgba(0, 0, 0, 0.8);
|
||||
@define-color error_color #ee5396;
|
||||
@define-color error_bg_color #ee5396;
|
||||
@define-color error_fg_color #ffffff;
|
||||
@define-color window_bg_color #161616;
|
||||
@define-color window_fg_color #ffffff;
|
||||
@define-color view_bg_color #363636;
|
||||
@define-color view_fg_color #ffffff;
|
||||
@define-color headerbar_bg_color #262626;
|
||||
@define-color headerbar_fg_color #ffffff;
|
||||
@define-color headerbar_border_color #ffffff;
|
||||
@define-color accent_color rgb(125, 196, 228);
|
||||
@define-color accent_bg_color rgb(138, 173, 244);
|
||||
@define-color accent_fg_color rgb(24, 25, 38);
|
||||
@define-color destructive_color rgb(238, 153, 160);
|
||||
@define-color destructive_bg_color rgb(237, 135, 150);
|
||||
@define-color destructive_fg_color rgb(24, 25, 38);
|
||||
@define-color success_color rgb(166, 218, 149);
|
||||
@define-color success_bg_color rgb(139, 213, 202);
|
||||
@define-color success_fg_color rgb(24, 25, 38);
|
||||
@define-color warning_color rgb(245, 169, 127);
|
||||
@define-color warning_bg_color rgb(238, 212, 159);
|
||||
@define-color warning_fg_color rgb(24, 25, 38);
|
||||
@define-color error_color rgb(238, 153, 160);
|
||||
@define-color error_bg_color rgb(237, 135, 150);
|
||||
@define-color error_fg_color rgb(24, 25, 38);
|
||||
@define-color window_bg_color rgb(36, 39, 58);
|
||||
@define-color window_fg_color rgb(202, 211, 245);
|
||||
@define-color view_bg_color rgb(30, 32, 48);
|
||||
@define-color view_fg_color rgb(202, 211, 245);
|
||||
@define-color headerbar_bg_color rgb(24, 25, 38);
|
||||
@define-color headerbar_fg_color rgb(202, 211, 245);
|
||||
@define-color headerbar_border_color rgb(110, 115, 141);
|
||||
@define-color headerbar_backdrop_color @window_bg_color;
|
||||
@define-color headerbar_shade_color #161616;
|
||||
@define-color card_bg_color rgba(255, 255, 255, 0.08);
|
||||
@define-color card_fg_color #ffffff;
|
||||
@define-color headerbar_shade_color rgba(0, 0, 0, 0.36);
|
||||
@define-color card_bg_color rgb(30, 32, 48);
|
||||
@define-color card_fg_color rgb(202, 211, 245);
|
||||
@define-color card_shade_color rgba(0, 0, 0, 0.36);
|
||||
@define-color dialog_bg_color #363636;
|
||||
@define-color dialog_fg_color #ffffff;
|
||||
@define-color popover_bg_color #363636;
|
||||
@define-color popover_fg_color #ffffff;
|
||||
@define-color shade_color rgba(0, 0, 0, 0.36);
|
||||
@define-color scrollbar_outline_color rgba(0, 0, 0, 0.5);
|
||||
@define-color dialog_bg_color rgb(30, 32, 48);
|
||||
@define-color dialog_fg_color rgb(202, 211, 245);
|
||||
@define-color popover_bg_color rgb(30, 32, 48);
|
||||
@define-color popover_fg_color rgb(202, 211, 245);
|
||||
@define-color shade_color rgba(0,0,0,0.36);
|
||||
@define-color scrollbar_outline_color rgba(0,0,0,0.5);
|
||||
@define-color blue_1 #99c1f1;
|
||||
@define-color blue_2 #62a0ea;
|
||||
@define-color blue_3 #3584e4;
|
||||
|
||||
@@ -1,36 +1,36 @@
|
||||
@define-color accent_color #33b1ff;
|
||||
@define-color accent_bg_color #33b1ff;
|
||||
@define-color accent_fg_color #ffffff;
|
||||
@define-color destructive_color #ee5396;
|
||||
@define-color destructive_bg_color #ee5396;
|
||||
@define-color destructive_fg_color #ffffff;
|
||||
@define-color success_color #42be65;
|
||||
@define-color success_bg_color #42be65;
|
||||
@define-color success_fg_color #ffffff;
|
||||
@define-color warning_color #ffe97b;
|
||||
@define-color warning_bg_color #ffe97b;
|
||||
@define-color warning_fg_color rgba(0, 0, 0, 0.8);
|
||||
@define-color error_color #ee5396;
|
||||
@define-color error_bg_color #ee5396;
|
||||
@define-color error_fg_color #ffffff;
|
||||
@define-color window_bg_color #161616;
|
||||
@define-color window_fg_color #ffffff;
|
||||
@define-color view_bg_color #363636;
|
||||
@define-color view_fg_color #ffffff;
|
||||
@define-color headerbar_bg_color #262626;
|
||||
@define-color headerbar_fg_color #ffffff;
|
||||
@define-color headerbar_border_color #ffffff;
|
||||
@define-color accent_color rgb(125, 196, 228);
|
||||
@define-color accent_bg_color rgb(138, 173, 244);
|
||||
@define-color accent_fg_color rgb(24, 25, 38);
|
||||
@define-color destructive_color rgb(238, 153, 160);
|
||||
@define-color destructive_bg_color rgb(237, 135, 150);
|
||||
@define-color destructive_fg_color rgb(24, 25, 38);
|
||||
@define-color success_color rgb(166, 218, 149);
|
||||
@define-color success_bg_color rgb(139, 213, 202);
|
||||
@define-color success_fg_color rgb(24, 25, 38);
|
||||
@define-color warning_color rgb(245, 169, 127);
|
||||
@define-color warning_bg_color rgb(238, 212, 159);
|
||||
@define-color warning_fg_color rgb(24, 25, 38);
|
||||
@define-color error_color rgb(238, 153, 160);
|
||||
@define-color error_bg_color rgb(237, 135, 150);
|
||||
@define-color error_fg_color rgb(24, 25, 38);
|
||||
@define-color window_bg_color rgb(36, 39, 58);
|
||||
@define-color window_fg_color rgb(202, 211, 245);
|
||||
@define-color view_bg_color rgb(30, 32, 48);
|
||||
@define-color view_fg_color rgb(202, 211, 245);
|
||||
@define-color headerbar_bg_color rgb(24, 25, 38);
|
||||
@define-color headerbar_fg_color rgb(202, 211, 245);
|
||||
@define-color headerbar_border_color rgb(110, 115, 141);
|
||||
@define-color headerbar_backdrop_color @window_bg_color;
|
||||
@define-color headerbar_shade_color #161616;
|
||||
@define-color card_bg_color rgba(255, 255, 255, 0.08);
|
||||
@define-color card_fg_color #ffffff;
|
||||
@define-color headerbar_shade_color rgba(0, 0, 0, 0.36);
|
||||
@define-color card_bg_color rgb(30, 32, 48);
|
||||
@define-color card_fg_color rgb(202, 211, 245);
|
||||
@define-color card_shade_color rgba(0, 0, 0, 0.36);
|
||||
@define-color dialog_bg_color #363636;
|
||||
@define-color dialog_fg_color #ffffff;
|
||||
@define-color popover_bg_color #363636;
|
||||
@define-color popover_fg_color #ffffff;
|
||||
@define-color shade_color rgba(0, 0, 0, 0.36);
|
||||
@define-color scrollbar_outline_color rgba(0, 0, 0, 0.5);
|
||||
@define-color dialog_bg_color rgb(30, 32, 48);
|
||||
@define-color dialog_fg_color rgb(202, 211, 245);
|
||||
@define-color popover_bg_color rgb(30, 32, 48);
|
||||
@define-color popover_fg_color rgb(202, 211, 245);
|
||||
@define-color shade_color rgba(0,0,0,0.36);
|
||||
@define-color scrollbar_outline_color rgba(0,0,0,0.5);
|
||||
@define-color blue_1 #99c1f1;
|
||||
@define-color blue_2 #62a0ea;
|
||||
@define-color blue_3 #3584e4;
|
||||
|
||||
@@ -23,6 +23,7 @@ exec-once = udiskie &
|
||||
|
||||
exec-once = /usr/libexec/hyprpolkitagent
|
||||
exec-once = hypridle
|
||||
exec-once = hyprsunset
|
||||
|
||||
#exec-once = /usr/libexec/kdeconnectd # kdeconnect daemon
|
||||
exec-once = kdeconnect-indicator
|
||||
|
||||
Reference in New Issue
Block a user