summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/hypr/hyprland.conf2
-rw-r--r--.config/rofi/config.rasi7
-rw-r--r--.config/waybar/style.css4
3 files changed, 8 insertions, 5 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index 8356581..2b20e5b 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -12,7 +12,7 @@ $browser = zen-browser
### AUTOSTART ###
#################
exec-once = (hyprpm reload -n & kanshi & waybar & swaync & gammastep & hypridle)
-exec-once = ~/.local/bin/randomwall
+exec-once = ~/.local/bin/setwall
exec-once = systemctl --user start hyprpolkitagent
plugin {
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi
index 8476280..d946e86 100644
--- a/.config/rofi/config.rasi
+++ b/.config/rofi/config.rasi
@@ -57,7 +57,6 @@
}
element {
- padding: 1px ;
cursor: pointer;
spacing: 5px ;
border: 0;
@@ -113,7 +112,8 @@ element-icon {
window {
padding: 5;
background-color: @background;
- border: 1;
+ border: 0;
+ width: 100%;
}
mainbox {
padding: 0;
@@ -192,6 +192,9 @@ prompt {
configuration {
// matching: "fuzzy";
case-sensitive: false;
+ location: 1;
+ yoffset: 0;
+ font: "Fira Code 11";
}
textbox-prompt-colon {
margin: 0px 0.3000em 0.0000em 0.0000em ;
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index 1ca572d..1e0c6bf 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -36,7 +36,7 @@
@define-color rosewater #f5e0dc;
* {
-font-family: "JetBrainsMono Nerd Font", "FontAwesome";
+font-family: "Fira Code", "FontAwesome";
font-weight: bold;
min-height: 0;
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
@@ -129,7 +129,7 @@ window#waybar.hidden {
#workspaces button.active,
#workspaces button.visible {
/* background-color: #4c566a; */
- color: @crust;
+ color: @surface0;
background-color: #7da6ff;
/* box-shadow: inset 0 -4px #eceff4; */
}