Skip to content

Commit

Permalink
Better dunst & picom theme
Browse files Browse the repository at this point in the history
  • Loading branch information
nikarh committed Feb 12, 2024
1 parent 809ed80 commit 1e87dd0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 15 deletions.
6 changes: 5 additions & 1 deletion user/workstation/user/home/.config/Code/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
"itertools",
"javaagent",
"Jellyfin",
"jsonwebtoken",
"kdbg",
"leechers",
"leechs",
Expand Down Expand Up @@ -225,6 +226,8 @@
"pthread",
"qbittorrent",
"Rasterizer",
"rawbson",
"Redoc",
"relocator",
"reqwest",
"Resvg",
Expand Down Expand Up @@ -264,6 +267,7 @@
"texcoords",
"texel",
"thiserror",
"Timelike",
"Undoable",
"uninit",
"Unmemoized",
Expand Down Expand Up @@ -311,7 +315,7 @@
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.minimap.enabled": true,
"editor.minimap.enabled": false,
"grammarly.config.documentDialect": "american",
"grammarly.config.suggestionCategories.oxfordComma": "on",
"rust-analyzer.rustfmt.overrideCommand": null,
Expand Down
23 changes: 10 additions & 13 deletions user/workstation/user/home/.config/dunst/dunstrc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# The transparency of the window. Range: [0; 100].
# This option will only work if a compositing window manager is
# present (e.g. xcompmgr, compiz, etc.).
transparency = 10
transparency = 0

# The height of the entire notification. If the height is smaller
# than the font height and padding combined, it will be raised
Expand All @@ -43,7 +43,7 @@
# Draw a line of "separator_height" pixel height between two
# notifications.
# Set to 0 to disable.
separator_height = 1
separator_height = 2

# Padding between text and separator.
padding = 16
Expand All @@ -56,15 +56,15 @@
frame_width = 1

# Defines color of the frame around the notification window.
frame_color = "#151515"
frame_color = "#1e1f28"

# Define a color for the separator.
# possible values are:
# * auto: dunst tries to find a color fitting to the background;
# * foreground: use the same color as the foreground;
# * frame: use the same color as the frame;
# * anything else will be interpreted as a X color.
separator_color = auto
separator_color = "#1e1f28"

# Sort messages by urgency.
sort = yes
Expand Down Expand Up @@ -201,7 +201,7 @@
# corners.
# The radius will be automatically lowered if it exceeds half of the
# notification height to avoid clipping text and/or icons.
corner_radius = 5
corner_radius = 12

### Legacy
force_xinerama = false
Expand Down Expand Up @@ -244,27 +244,24 @@
# On the US keyboard layout "grave" is normally above TAB and left
# of "1". Make sure this key actually exists on your keyboard layout,
# e.g. check output of 'xmodmap -pke'
history = ctrl+grave
history = ctrl+pause

# Context menu.
context = ctrl+shift+period
context = ctrl+alt+period

[urgency_low]
background = "#282A36"
background = "#181820A0"
foreground = "#f8f8f2"
frame_color = "#757783"
timeout = 10

[urgency_normal]
background = "#282A36"
background = "#181820A0"
foreground = "#f8f8f2"
frame_color = "#757783"
timeout = 10

[urgency_critical]
background = "#ff5555"
background = "#ff5555AA"
foreground = "#f8f8f2"
frame_color = "#ff5555"
timeout = 0
icon = "/usr/share/icons/Flat-Remix-Blue-Dark/panel/state-warning.svg"

Expand Down
6 changes: 5 additions & 1 deletion user/workstation/user/home/.config/picom/picom.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,8 @@ fade-exclude = [

opacity-rule = [
"0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
];
];

blur-strength = 10
blur-background = true
blur-kern = "7x7box"

0 comments on commit 1e87dd0

Please sign in to comment.