Compare commits
2 Commits
178191a94e
...
c62bb5df8a
| Author | SHA1 | Date | |
|---|---|---|---|
| c62bb5df8a | |||
| 5b1c4bb190 |
@@ -26,4 +26,3 @@ source = ~/.config/hypr/land/keybinds.conf
|
|||||||
source = ~/.config/hypr/land/look-and-feel.conf
|
source = ~/.config/hypr/land/look-and-feel.conf
|
||||||
source = ~/.config/hypr/land/monitors.conf
|
source = ~/.config/hypr/land/monitors.conf
|
||||||
source = ~/.config/hypr/land/windows.conf
|
source = ~/.config/hypr/land/windows.conf
|
||||||
|
|
||||||
|
|||||||
@@ -9,4 +9,4 @@
|
|||||||
# exec-once = nm-applet &
|
# exec-once = nm-applet &
|
||||||
# exec-once = waybar & hyprpaper & firefox
|
# exec-once = waybar & hyprpaper & firefox
|
||||||
|
|
||||||
exec-once = waybar & swaync & hypridle & hyprpaper & poweralertd
|
exec-once = waybar & swaync & hypridle & hyprpaper & kwalletd6
|
||||||
|
|||||||
@@ -22,9 +22,9 @@ input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
||||||
gestures {
|
#gestures {
|
||||||
workspace_swipe = true
|
# workspace_swipe = true
|
||||||
}
|
#}
|
||||||
|
|
||||||
# Example per-device config
|
# Example per-device config
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
|
||||||
|
|||||||
@@ -5,3 +5,6 @@ bind = CONTROL SHIFT, PRINT, exec, hyprshot -m output -z -o $screenshotDir
|
|||||||
|
|
||||||
# Hyprlock
|
# Hyprlock
|
||||||
bind = $mainMod SHIFT, l, exec, hyprlock
|
bind = $mainMod SHIFT, l, exec, hyprlock
|
||||||
|
|
||||||
|
# Hyprview
|
||||||
|
bind = $mainMod, H, hyprview:toggle
|
||||||
|
|||||||
@@ -35,10 +35,10 @@ decoration {
|
|||||||
|
|
||||||
# Change transparency of focused and unfocused windows
|
# Change transparency of focused and unfocused windows
|
||||||
active_opacity = 1.0
|
active_opacity = 1.0
|
||||||
inactive_opacity = .98
|
inactive_opacity = 1.0
|
||||||
|
|
||||||
shadow {
|
shadow {
|
||||||
enabled = false
|
enabled = true
|
||||||
range = 4
|
range = 4
|
||||||
render_power = 3
|
render_power = 3
|
||||||
color = rgba(1a1a1aee)
|
color = rgba(1a1a1aee)
|
||||||
|
|||||||
@@ -6,6 +6,6 @@
|
|||||||
|
|
||||||
# Set programs that you use
|
# Set programs that you use
|
||||||
$terminal = ghostty
|
$terminal = ghostty
|
||||||
$fileManager = nautilus
|
$fileManager = dolphin
|
||||||
$menu = wofi --show drun -i
|
$menu = wofi --show drun -i
|
||||||
$screenshotDir = ~/Pictures/Screenshots
|
$screenshotDir = ~/Pictures/Screenshots
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 6.7 MiB After Width: | Height: | Size: 18 MiB |
@@ -1,57 +1,57 @@
|
|||||||
@import "mocha.css";
|
@import "mocha.css";
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: "MesloLGS Nerd Font Mono Bold";
|
font-family: "SauceCodePro NFM Bold";
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
background-color: @crust;
|
background-color: @crust;
|
||||||
color: @overlay0;
|
color: @overlay0;
|
||||||
transition-property: background-color;
|
transition-property: background-color;
|
||||||
transition-duration: 0.1s;
|
transition-duration: 0.1s;
|
||||||
/* border-bottom: 1px solid @overlay1; */
|
/* border-bottom: 1px solid @overlay1; */
|
||||||
}
|
}
|
||||||
|
|
||||||
#window {
|
#window {
|
||||||
margin: 8px;
|
margin: 8px;
|
||||||
padding-left: 8;
|
padding-left: 8;
|
||||||
padding-right: 8;
|
padding-right: 8;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
box-shadow: inset 0 -3px transparent;
|
box-shadow: inset 0 -3px transparent;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:hover {
|
button:hover {
|
||||||
background: inherit;
|
background: inherit;
|
||||||
color: @mauve;
|
color: @mauve;
|
||||||
border-top: 2px solid @mauve;
|
border-top: 2px solid @mauve;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
padding: 0 4px;
|
padding: 0 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.focused {
|
#workspaces button.focused {
|
||||||
background-color: rgba(0, 0, 0, 0.3);
|
background-color: rgba(0, 0, 0, 0.3);
|
||||||
color: @rosewater;
|
color: @rosewater;
|
||||||
border-top: 2px solid @rosewater;
|
border-top: 2px solid @rosewater;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.active {
|
#workspaces button.active {
|
||||||
background-color: rgba(0, 0, 0, 0.3);
|
background-color: rgba(0, 0, 0, 0.3);
|
||||||
color: @mauve;
|
color: @mauve;
|
||||||
border-top: 2px solid @mauve;
|
border-top: 2px solid @mauve;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.urgent {
|
#workspaces button.urgent {
|
||||||
background-color: #eb4d4b;
|
background-color: #eb4d4b;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pulseaudio,
|
#pulseaudio,
|
||||||
@@ -68,71 +68,71 @@ button:hover {
|
|||||||
#mode,
|
#mode,
|
||||||
#scratchpad,
|
#scratchpad,
|
||||||
#custom-swaync {
|
#custom-swaync {
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
padding-right: 4px;
|
padding-right: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock {
|
#clock {
|
||||||
color: @maroon;
|
color: @maroon;
|
||||||
border-bottom: 2px solid @maroon;
|
border-bottom: 2px solid @maroon;
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock.date {
|
#clock.date {
|
||||||
color: @mauve;
|
color: @mauve;
|
||||||
border-bottom: 2px solid @mauve;
|
border-bottom: 2px solid @mauve;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pulseaudio {
|
#pulseaudio {
|
||||||
color: @blue;
|
color: @blue;
|
||||||
border-bottom: 2px solid @blue;
|
border-bottom: 2px solid @blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
#network {
|
#network {
|
||||||
color: @yellow;
|
color: @yellow;
|
||||||
border-bottom: 2px solid @yellow;
|
border-bottom: 2px solid @yellow;
|
||||||
}
|
}
|
||||||
|
|
||||||
#idle_inhibitor {
|
#idle_inhibitor {
|
||||||
margin-right: 12px;
|
margin-right: 12px;
|
||||||
color: #7cb342;
|
color: #7cb342;
|
||||||
}
|
}
|
||||||
|
|
||||||
#idle_inhibitor.activated {
|
#idle_inhibitor.activated {
|
||||||
color: @red;
|
color: @red;
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery {
|
#battery {
|
||||||
color: @green;
|
color: @green;
|
||||||
border-bottom: 2px solid @green;
|
border-bottom: 2px solid @green;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tray menu {
|
#tray menu {
|
||||||
background-color: @crust;
|
background-color: @crust;
|
||||||
color: @text;
|
color: @text;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-swaync,
|
#custom-swaync,
|
||||||
#custom-logout {
|
#custom-logout {
|
||||||
margin-right: 16px;
|
margin-right: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* If workspaces is the leftmost module, omit left margin */
|
/* If workspaces is the leftmost module, omit left margin */
|
||||||
.modules-left > widget:first-child > #workspaces {
|
.modules-left > widget:first-child > #workspaces {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* If workspaces is the rightmost module, omit right margin */
|
/* If workspaces is the rightmost module, omit right margin */
|
||||||
.modules-right > widget:last-child > #workspaces {
|
.modules-right > widget:last-child > #workspaces {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-vpn {
|
#custom-vpn {
|
||||||
color: @lavender;
|
color: @lavender;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
padding-left: 6px;
|
padding-left: 6px;
|
||||||
padding-right: 6px;
|
padding-right: 6px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user