Update .config/hypr/hyprland.conf

Update .config/hypr/hyprland/monitors.conf
Update .config/hypr/hyprpaper.conf
Update .config/kitty/kitty.conf
Update .config/gtk-3.0/settings.ini
Update .config/waybar/colors.css
Update .config/waybar/style.css
Update .config/wofi/colors
This commit is contained in:
2025-09-21 17:33:09 +02:00
parent 001cdfcf47
commit a035f49152
8 changed files with 80 additions and 67 deletions

View File

@@ -49,6 +49,5 @@ source = ./hyprland/layouts.conf
source = ./hyprland/workspaces.conf
source = ./hyprland/exec.conf
source = ./hyprland/monitors.conf
source = ./hyprland/plugins.conf
exec-once = hyprpm reload -n
exec-once = ~/.local/bin/random_wallpaper.sh sfw

View File

@@ -1,3 +1,3 @@
monitor = DP-1, 2560x1440@180.06, 0x0, 1, bitdepth, 10, cm, hdr, sdrbrightness, 1.3, sdrsaturation, 0.99
monitor = DP-2, 1920x1080@144.00Hz, auto-left, 1
monitor = DP-2, 1920x1080@144, auto-left, 1
monitor = , preferred, auto, 1

View File

@@ -1,4 +1,4 @@
preload = ~/Obrazy/tapety/czerwony.jpg
wallpaper = ,~/Obrazy/tapety/czerwony.jpg
preload = /home/szymon/Obrazy/tapety/sfw/cyan_bkg5.png
wallpaper = ,/home/szymon/Obrazy/tapety/sfw/cyan_bkg5.png
splash = off
ipc = on

View File

@@ -1179,7 +1179,7 @@ window_padding_width 5
#: The foreground and background colors.
background_opacity 1
background_opacity 0.85
#: The opacity of the background. A number between zero and one, where
#: one is opaque and zero is fully transparent. This will only work if

View File

@@ -1,25 +1,25 @@
[Settings]
gtk-application-prefer-dark-theme=false
gtk-button-images=true
gtk-cursor-blink=true
gtk-cursor-blink-time=1000
gtk-cursor-theme-name=Breeze_Light
gtk-theme-name=catppuccin-latte-blue-standard+default
gtk-icon-theme-name=Papirus-Light
gtk-font-name=Noto Sans, 10
gtk-cursor-theme-name=default
gtk-cursor-theme-size=24
gtk-decoration-layout=icon:minimize,maximize,close
gtk-enable-animations=true
gtk-toolbar-style=3
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=0
gtk-menu-images=0
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=0
gtk-font-name=Noto Sans, 10
gtk-icon-theme-name=Papirus
gtk-menu-images=true
gtk-modules=colorreload-gtk-module
gtk-primary-button-warps-slider=true
gtk-sound-theme-name=ocean
gtk-theme-name=adw-gtk3
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-toolbar-style=3
gtk-xft-antialias=1
gtk-xft-dpi=117964
gtk-xft-hinting=1
gtk-xft-hintstyle=hintslight
gtk-xft-rgba=rgb
gtk-application-prefer-dark-theme=0
gtk-cursor-blink=true
gtk-cursor-blink-time=1000
gtk-decoration-layout=icon:minimize,maximize,close
gtk-enable-animations=true
gtk-modules=colorreload-gtk-module
gtk-primary-button-warps-slider=true
gtk-sound-theme-name=ocean
gtk-xft-dpi=117964

View File

@@ -1,3 +1,26 @@
@define-color background rgba(202, 36, 36, 0.20);
@define-color foreground rgba(202, 36, 36, 0.30);
@define-color font-color #A94949;
@define-color rosewater #dc8a78;
@define-color flamingo #dd7878;
@define-color pink #ea76cb;
@define-color mauve #8839ef;
@define-color red #d20f39;
@define-color maroon #e64553;
@define-color peach #fe640b;
@define-color yellow #df8e1d;
@define-color green #40a02b;
@define-color teal #179299;
@define-color sky #04a5e5;
@define-color sapphire #209fb5;
@define-color blue #1e66f5;
@define-color lavender #7287fd;
@define-color text #4c4f69;
@define-color subtext1 #5c5f77;
@define-color subtext0 #6c6f85;
@define-color overlay2 #7c7f93;
@define-color overlay1 #8c8fa1;
@define-color overlay0 #9ca0b0;
@define-color surface2 #acb0be;
@define-color surface1 #bcc0cc;
@define-color surface0 #ccd0da;
@define-color base #eff1f5;
@define-color mantle #e6e9ef;
@define-color crust #dce0e8;

View File

@@ -1,11 +1,4 @@
@define-color background #f5f5f5;
@define-color foreground #ffffff;
@define-color font-color #333333;
@define-color accent #7aa6c2;
@define-color accent-hover #5b8da9;
@define-color warning #f0ad4e;
@define-color critical #d9534f;
@define-color success #5cb85c;
@import "./colors.css";
* {
transition: 0.4s all ease-in-out;
@@ -13,7 +6,7 @@
font-size: 16px;
padding: 2px;
margin: 1px 4px;
color: @font-color;
color: @text;
text-shadow: none;
border-radius: 12px;
}
@@ -23,30 +16,29 @@
}
window {
background-color: @background;
background-color: @base;
margin: 1px;
}
window#waybar {
background: @foreground;
background: @surface0;
border-radius: 12px;
}
/* modules */
#workspaces button {
background-color: @foreground;
background-color: @surface1;
margin-left: 5px;
color: @font-color;
color: @text;
}
#workspaces button:hover {
background-color: @accent;
color: @foreground;
background-color: @blue;
color: @base;
}
#workspaces button.urgent {
background-color: @critical;
background-color: @red;
animation: blink;
animation-duration: 2s;
}
@@ -56,43 +48,41 @@ window#waybar {
}
tooltip {
background-color: @foreground;
color: @font-color;
background-color: @surface1;
color: @text;
}
menu {
background-color: @foreground;
background-color: @surface1;
border-radius: 10px;
}
/* moduły */
#media,
#network,
#pulseaudio,
#battery {
border-radius: 12px;
margin: 5px;
background-color: @foreground;
background-color: @surface2;
}
#tray {
background-color: @foreground;
background-color: @surface1;
border-radius: 5px;
padding: 5px;
margin: 5px;
}
#tray:hover {
background-color: @accent-hover;
color: @foreground;
background-color: @blue;
color: @base;
}
/* battery */
#battery.warning:not(.charging) {
background: @warning;
color: @foreground;
background: @yellow;
color: @base;
animation-name: blink;
animation-duration: 1s;
animation-timing-function: steps(12);
@@ -102,13 +92,13 @@ menu {
#battery.charging,
#battery.plugged {
color: @foreground;
background-color: @success;
color: @base;
background-color: @green;
}
#battery.critical:not(.charging) {
background-color: @critical;
color: @foreground;
background-color: @red;
color: @base;
animation-name: blink;
animation-duration: 1s;
animation-timing-function: steps(12);
@@ -118,23 +108,24 @@ menu {
@keyframes blink {
to {
background-color: #ff0000;
color: #000000;
background-color: @red;
color: @base;
}
}
/* spotify */
#custom-spotify {
background-color: rgba(122, 166, 194, 0.2);
color: @font-color;
background-color: rgba(100, 149, 237, 0.2);
/* delikatny niebieski */
color: @text;
padding: 10px;
margin: 5px;
border-radius: 5px;
}
#custom-spotify:hover {
background-color: rgba(122, 166, 194, 0.8);
color: @foreground;
background-color: rgba(100, 149, 237, 0.8);
color: @base;
}
/* notifications, hardware */
@@ -142,11 +133,11 @@ menu {
border-radius: 5px;
padding: 5px;
margin: 5px;
background-color: @foreground;
background-color: @surface2;
}
#custom-hardware {
border-radius: 10px;
margin: 4px;
background-color: @foreground;
background-color: @surface2;
}

View File

@@ -1,2 +1,2 @@
#CA2424
#A94949
#acb0be
#ccd0da