Fix xinitrc and update rofi/dunst

This commit is contained in:
Alex Selimov 2025-01-12 23:03:06 -05:00
parent 9b9301b18a
commit 879f308cc2
6 changed files with 324 additions and 75 deletions

View file

@ -1,6 +1,6 @@
[global]
frame_width = 2
frame_color = "#888694"
frame_width = 0
frame_color = "#353535"
font = FiraCode Nerd Font 11
@ -80,7 +80,7 @@
# The transparency of the window. Range: [0; 100].
# This option will only work if a compositing windowmanager is
# present (e.g. xcompmgr, compiz, etc.).
transparency =25
transparency =0
# Don't remove messages, if the user is idle (no mouse or keyboard input)
# for longer than idle_threshold seconds.
@ -189,8 +189,8 @@
timeout = 5
[urgency_normal]
background = "#BBBBBB"
foreground = "#191919"
background = "#353535"
foreground = "#BBBBBB"
timeout = 5
[urgency_critical]