Skip to content

Commit

Permalink
style: Better Themes
Browse files Browse the repository at this point in the history
  • Loading branch information
AdiKsOnDev committed May 11, 2024
1 parent f2976de commit a847464
Show file tree
Hide file tree
Showing 7 changed files with 60 additions and 70 deletions.
1 change: 1 addition & 0 deletions .config/hypr/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ bind = $mainMod, C, exec, telegram-desktop
bind = $mainMod, Q, killactive,
bind = $mainMod, M, exit,
bind = $mainMod, E, exec, $fileManager
bind = $mainMod, R, exec, waybar
bind = $mainMod, W, togglefloating,
bind = $mainMod, L, exec, swaylock
bind = $mainMod, K, exec, $scrPath/keyboardswitch.sh # switch keyboard layout
Expand Down
12 changes: 5 additions & 7 deletions .config/hyprValley/theme/colors.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
@define-color bar-bg rgba(1, 0, 0, 0);

@define-color main-bg #11111b;
@define-color main-bg #11111be6;
@define-color main-fg #cdd6f4;

@define-color wb-act-bg #a6adc8;
@define-color wb-act-fg #313244;
@define-color primary-accent #b4befe;
@define-color secondary-accent #feb4f5;
@define-color bright-accent #78016E;

@define-color wb-hvr-bg #f5c2e7;
@define-color wb-hvr-fg #313244;
@define-color complimentary #fef4b4;
2 changes: 2 additions & 0 deletions .config/kitty/kitty.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ include current-theme.conf

placement_strategy center
window_padding_width 20

wall -R
52 changes: 25 additions & 27 deletions .config/rofi/colors.rasi
Original file line number Diff line number Diff line change
@@ -1,35 +1,33 @@
// @import "~/.cache/wal/colors-rofi-dark"

* {
background-color: #11111be6;
power-colors: #11111be6;
background: #11111be6;
foreground: #cdd6f4ff;
border-color: #11111be6;
background-color: #001011ff;
power-colors: #001011ff;
background: #001011ff;
foreground: #FEFEB1FF;
border-color: #001011ff;
spacing: 2;

text-color: #cdd6f4ff;
message-background: #11111be6;
active-background: #11111be6;
active-foreground: #cdd6f4ff;
normal-background: #11111be6;
normal-foreground: #cdd6f4ff;
urgent-background: #b4befeff;
urgent-foreground: #cdd6f4ff;

alternate-active-background: #11111be6;
alternate-active-foreground: #cdd6f4ff;
alternate-normal-background: #11111be6;
alternate-normal-foreground: #cdd6f4ff;
alternate-urgent-background: #11111be6;
alternate-urgent-foreground: #cdd6f4ff;
text-color: #FEFEB1FF;
message-background: #001011ff;
active-background: #001011ff;
active-foreground: #FEFEB1FF;
normal-background: #001011ff;
normal-foreground: #FEFEB1FF;
urgent-background: #104C51FF;
urgent-foreground: #FEFEB1FF;

selected-active-background: #b4befeff;
selected-active-foreground: #cdd6f4ff;
selected-normal-background: #b4befeff;
selected-normal-foreground: #cdd6f4ff;
selected-urgent-background: #b4befeff;
selected-urgent-foreground: #cdd6f4ff;
alternate-active-background: #001011ff;
alternate-active-foreground: #FEFEB1FF;
alternate-normal-background: #001011ff;
alternate-normal-foreground: #FEFEB1FF;
alternate-urgent-background: #001011ff;
alternate-urgent-foreground: #FEFEB1FF;

selected-active-background: #104C51FF;
selected-active-foreground: #FEFEB1FF;
selected-normal-background: #104C51FF;
selected-normal-foreground: #FEFEB1FF;
selected-urgent-background: #104C51FF;
selected-urgent-foreground: #FEFEB1FF;
}

1 change: 1 addition & 0 deletions .config/waybar/colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@

@define-color primary-accent #b4befe;
@define-color secondary-accent #feb4f5;
@define-color bright-accent #9A4192;

@define-color complimentary #fef4b4;
11 changes: 3 additions & 8 deletions .config/waybar/config.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,22 @@
"gtk-layer-shell": true,
"passthrough": false,
"fixed-center": true,
"modules-left": ["custom/logo", "clock#simpleclock", "clock"],
"modules-left": ["clock#simpleclock", "clock"],
"modules-center": ["hyprland/workspaces"],
"modules-right": [
"cpu",
"memory",
"pulseaudio",
"tray",
"battery",
"custom/power",
],
"battery": {
"interval": 60,
"states": {
"warning": 30,
"critical": 15
},
"format": "{capacity}% {icon}",
"format": "{capacity}% {icon} ",
"format-icons": ["", "", "", "", ""],
"max-length": 25
},
Expand All @@ -40,7 +39,7 @@
},
"clock#simpleclock": {
"tooltip": false,
"format": "{:%H:%M}",
"format": "{:%H:%M}",
},
"clock": {
"format": " {:L%d %b}",
Expand Down Expand Up @@ -68,10 +67,6 @@
},
"on-click": "pavucontrol",
},
"custom/logo": {
"format": "",
"tooltip": false,
},
"custom/sep": {
"format": "|",
"tooltip": false,
Expand Down
51 changes: 23 additions & 28 deletions .config/waybar/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ window#waybar {
}

window#waybar.hidden {
opacity: 0;
opacity: 1;
}

#workspaces {
Expand All @@ -30,21 +30,21 @@ window#waybar.hidden {
min-height: 0;
margin: 4px 4px;
border-radius: 100%;
background-color: #181825;
background-color: @main-bg;
color: @main-fg;
transition-duration: 300ms;
}

#workspaces button:hover {
box-shadow: inherit;
text-shadow: inherit;
color: #1e1e2e;
color: @main-fg;
background-color: @secondary-accent;
}

#workspaces button.active {
color: #1e1e2e;
background-color: @primary-accent;
color: @main-fg;
background-color: @bright-accent;
}

#workspaces button.urgent {
Expand All @@ -62,25 +62,23 @@ window#waybar.hidden {
#window {
min-height: 0;
padding: 4px 10px;
border-radius: 4px;
border-radius: 10px;
margin: 4px 4px;
}

#tray {
background: @bright-accent;
color: @main-fg;
}

#window {
border-radius: 15px;
background-color: @main-bg;
}

#battery {
color: #00E472;
}

#battery.warning {
color: #FFE140;
}

#battery.critical {
color: #FF4040;
background: @bright-accent;
color: @main-fg;
}

#custom-sep {
Expand All @@ -93,19 +91,23 @@ window#waybar.empty #window {
}

#cpu {
color: @complimentary;
background: @bright-accent;
color: @main-fg;
}

#memory {
color: @secondary-accent;
background: @bright-accent;
color: @main-fg;
}

#clock {
color: @primary-accent;
background: @bright-accent;
color: @main-fg;
}

#clock.simpleclock {
color: @primary-accent;
background: @bright-accent;
color: @main-fg;
padding-left: 0;
}

Expand All @@ -114,15 +116,8 @@ window#waybar.empty #window {
}

#pulseaudio {
color: @primary-accent;
}

#pulseaudio.muted {
color: #a6adc8;
}

#custom-logo {
color: #89b4fa;
background: @bright-accent;
color: @main-fg;
}

#custom-power {
Expand Down

0 comments on commit a847464

Please sign in to comment.